aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/spinner_item.xml
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-10-11 22:45:36 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-10-11 22:45:36 +0200
commit2a8cedad0c14a65616b257ea4bffd0226428b4bf (patch)
tree6d1b04487b1009101d13d98b675869a26a9883b1 /app/src/main/res/layout/spinner_item.xml
parent7ebdab2798013e3b47ff981335fae9d76f104d7c (diff)
downloadtaupngamoni-2a8cedad0c14a65616b257ea4bffd0226428b4bf.tar.gz
taupngamoni-2a8cedad0c14a65616b257ea4bffd0226428b4bf.tar.zst
taupngamoni-2a8cedad0c14a65616b257ea4bffd0226428b4bf.zip
Good Spinner and static list
Diffstat (limited to 'app/src/main/res/layout/spinner_item.xml')
-rw-r--r--app/src/main/res/layout/spinner_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/spinner_item.xml b/app/src/main/res/layout/spinner_item.xml
index b545f45..c96b159 100644
--- a/app/src/main/res/layout/spinner_item.xml
+++ b/app/src/main/res/layout/spinner_item.xml
@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="15dp"
+ android:paddingTop="7dp"
+ android:paddingBottom="7dp"
android:orientation="horizontal">
<ImageView