Browse Source

Fix custom folders

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 8 năm trước cách đây
mục cha
commit
447e6fd7ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/res/layout/folder_sync_layout.xml

+ 1 - 1
src/main/res/layout/folder_sync_layout.xml

@@ -38,8 +38,8 @@
         <FrameLayout
             android:layout_width="match_parent"
             android:layout_height="match_parent"
+            android:layout_below="@+id/appbar"
             android:layout_above="@+id/bottom_navigation_view"
-            android:layout_below="@+id/custom_folder"
             android:id="@+id/ListLayout"
             android:orientation="vertical">