Przeglądaj źródła

[카테고리][New] '취미생활' 텍스트 상단 정렬

hyodong.min 7 lat temu
rodzic
commit
6c2dfa95aa

+ 1 - 3
app/src/main/res/layout/main_third_category_grid_view.xml

@@ -22,13 +22,11 @@
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:layout_marginTop="11dp"
-    android:layout_marginBottom="9dp"
     android:lineSpacingExtra="3sp"
     android:textColor="@color/C000000"
     android:textSize="14sp"
-    app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintTop_toBottomOf="@+id/image_view_main_third_category"
-    tools:text="샤오룽바오\n만들기"
+    tools:text="샤오룽바오 만들기"
     />
 
 </android.support.constraint.ConstraintLayout>