mirror of https://github.com/tuskyapp/Tusky.git
10 changed files with 78 additions and 52 deletions
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:insetLeft="16dp" |
||||
android:insetTop="16dp" |
||||
android:insetRight="16dp" |
||||
android:insetBottom="16dp"> |
||||
<shape android:shape="rectangle"> |
||||
<corners android:radius="?attr/dialogCornerRadius" /> |
||||
<solid android:color="@color/colorBackground" /> |
||||
</shape> |
||||
</inset> |
||||
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 923 KiB |
|
Before Width: | Height: | Size: 627 KiB After Width: | Height: | Size: 640 KiB |
Loading…
Reference in new issue