Procházet zdrojové kódy

[카테고리메인][Common] 스피너 화살표 아이콘 간격 일정하게 조절

Hasemi před 7 roky
rodič
revize
14381aca05

+ 2 - 1
app/src/main/res/layout/fragment_category_main_first.xml

@@ -25,10 +25,11 @@
       android:id="@+id/spinner_select_contents"
       android:layout_width="wrap_content"
       android:layout_height="45dp"
-      android:layout_marginStart="25dp"
+      android:layout_marginStart="14dp"
       android:background="@drawable/filter_drop_down"
       android:entries="@array/main_filter"
       android:focusable="true"
+      android:padding="10dp"
       android:textColor="@color/C000000"
       android:textSize="14sp"/>
 

+ 2 - 1
app/src/main/res/layout/fragment_category_main_fourth.xml

@@ -25,7 +25,8 @@
       android:id="@+id/spinner_select_contents"
       android:layout_width="wrap_content"
       android:layout_height="45dp"
-      android:layout_marginStart="21dp"
+      android:layout_marginStart="11dp"
+      android:padding="10dp"
       android:background="@drawable/filter_drop_down"
       android:entries="@array/main_filter"
       android:focusable="true"

+ 2 - 1
app/src/main/res/layout/fragment_category_main_second.xml

@@ -25,7 +25,8 @@
       android:id="@+id/spinner_select_contents"
       android:layout_width="wrap_content"
       android:layout_height="45dp"
-      android:layout_marginStart="25dp"
+      android:layout_marginStart="15dp"
+      android:padding="10dp"
       android:background="@drawable/filter_drop_down"
       android:entries="@array/main_filter"
       android:focusable="true"

+ 2 - 1
app/src/main/res/layout/fragment_category_main_third.xml

@@ -25,7 +25,8 @@
       android:id="@+id/spinner_select_contents"
       android:layout_width="wrap_content"
       android:layout_height="45dp"
-      android:layout_marginStart="25dp"
+      android:layout_marginStart="15dp"
+      android:padding="10dp"
       android:background="@drawable/filter_drop_down"
       android:entries="@array/main_filter"
       android:focusable="true"