Add more padding to download buttons

This commit is contained in:
arkon
2021-01-03 11:01:23 -05:00
parent 135cf9960f
commit 0af505828e
3 changed files with 5 additions and 4 deletions
@@ -2,8 +2,9 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_width="44dp"
android:layout_height="44dp"
android:padding="8dp"
android:background="?selectableItemBackgroundBorderless">
<ImageView