Prechádzať zdrojové kódy

[카테고리메인][Common] 레이아웃 간격 조정

Hasemi 7 rokov pred
rodič
commit
ce44ad19a9

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

@@ -47,8 +47,8 @@
     android:id="@+id/recycler_view_first_category_main"
     android:layout_width="match_parent"
     android:layout_height="0dp"
-    android:layout_marginStart="16dp"
-    android:layout_marginEnd="16dp"
+    android:layout_marginStart="21dp"
+    android:layout_marginEnd="21dp"
     android:clipToPadding="false"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintLeft_toLeftOf="parent"

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

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

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

@@ -49,7 +49,6 @@
     android:layout_height="0dp"
     android:layout_marginStart="25dp"
     android:layout_marginEnd="25dp"
-    android:clipToPadding="false"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintLeft_toLeftOf="parent"
     app:layout_constraintRight_toRightOf="parent"