mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
add missing layout param
This commit is contained in:
parent
da6175595c
commit
c5e2673309
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue