Explorar o código

Fixed books placeholder margins

sirekanian %!s(int64=2) %!d(string=hai) anos
pai
achega
9b23c40c77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/res/layout/books_page.xml

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

@@ -5,13 +5,13 @@
     android:id="@+id/booksPage"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:layout_marginTop="@dimen/toolbar_height"
     tools:ignore="MergeRootFrame">
 
     <androidx.recyclerview.widget.RecyclerView
         android:id="@+id/booksRecyclerView"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:layout_marginTop="@dimen/toolbar_height"
         android:clipToPadding="false"
         android:paddingTop="0.1dp"
         android:paddingBottom="56dp"