Browse Source

[마이][Common] 북마크리스트 텍스트 잘림 수정

Hasemi 7 years ago
parent
commit
4c08441582
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/src/main/res/layout/fragment_book_mark_list.xml

+ 3 - 2
app/src/main/res/layout/fragment_book_mark_list.xml

@@ -44,19 +44,19 @@
         android:layout_width="match_parent"
         android:layout_height="22dp"
         android:background="@null"
-        app:elevation="0dp"
         android:visibility="invisible"
+        app:elevation="0dp"
         app:layout_collapseMode="pin"
         />
 
       <android.support.constraint.ConstraintLayout
         android:id="@+id/category_layout"
-        android:background="@color/CFFFFFF"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="end|bottom"
         android:layout_marginTop="15dp"
         android:layout_marginEnd="25dp"
+        android:background="@color/CFFFFFF"
         app:layout_collapseMode="pin"
         >
 
@@ -182,6 +182,7 @@
     android:layout_height="wrap_content"
     android:layout_marginStart="25dp"
     android:layout_marginTop="10dp"
+    android:layout_marginEnd="25dp"
     app:layout_behavior="@string/appbar_scrolling_view_behavior"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintEnd_toEndOf="parent"