Browse Source

[카테고리메인][Common] 시리즈뷰 간격 조절

Hasemi 7 years ago
parent
commit
22739c01cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/main/res/layout/image_and_text_contents.xml

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

@@ -3,7 +3,7 @@
   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="61dp"
+  android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:gravity="center"
   android:orientation="vertical">
@@ -18,7 +18,7 @@
 
   <TextView
     android:id="@+id/text_view_main_contents"
-    android:layout_width="68dp"
+    android:layout_width="61dp"
     android:layout_height="wrap_content"
     android:layout_marginTop="13dp"
     android:gravity="center_horizontal"