diff options
Diffstat (limited to 'app/src/main/res/layout/spinner_item.xml')
| -rw-r--r-- | app/src/main/res/layout/spinner_item.xml | 3 |
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 |
