Przeglądaj źródła

[북마크][Common] 북마크리스트 하단에 패딩 영역 간격 통일함

Hasemi 6 lat temu
rodzic
commit
aa6d4744a2

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

@@ -10,9 +10,10 @@
     android:id="@+id/recycler_view_default_book_mark"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:clipToPadding="false"
+    android:paddingBottom="17dp"
     android:scrollbarStyle="outsideOverlay"
     android:scrollbars="vertical"
-    android:clipToPadding="false"
     app:layout_constraintTop_toTopOf="parent"/>
 
 </android.support.constraint.ConstraintLayout>