Parcourir la source

[마이][Common] 텍스트 잘림현상 및 간격 조절

Hasemi il y a 7 ans
Parent
commit
07542046f4

+ 2 - 0
app/src/main/res/layout/fragment_default_book_mark.xml

@@ -8,6 +8,8 @@
 
     <android.support.v7.widget.RecyclerView
       android:id="@+id/recycler_view_default_book_mark"
+      android:layout_marginTop="45dp"
+      app:layout_constraintTop_toTopOf="parent"
       android:layout_width="match_parent"
       android:layout_height="match_parent"/>
   

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

@@ -159,7 +159,7 @@
       <TextView
         android:id="@+id/text_view_book_mark_recommend"
         android:layout_width="wrap_content"
-        android:layout_height="13dp"
+        android:layout_height="wrap_content"
         android:layout_marginTop="15dp"
         android:gravity="center_horizontal"
         android:lineSpacingExtra="10sp"