소스 검색

Merge pull request #908 from nextcloud/missingBottomBar

add missing layout param
Andy Scherzinger 8 년 전
부모
커밋
dc2bacc857
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/res/layout/upload_list_layout.xml

+ 3 - 1
src/main/res/layout/upload_list_layout.xml

@@ -37,7 +37,9 @@
             android:id="@+id/upload_list_fragment"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
-            android:background="@color/background_color"/>
+            android:background="@color/background_color"
+            android:layout_above="@+id/bottom_navigation_view"
+            android:layout_below="@+id/appbar" />
 
         <android.support.design.widget.BottomNavigationView
             android:id="@+id/bottom_navigation_view"