mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
* give media previews a rounded outline * give media previews a rounded outline in ReportActivitypull/1625/head
7 changed files with 20 additions and 3 deletions
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<corners android:radius="8dp" /> |
||||
</shape> |
||||
Loading…
Reference in new issue