mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-11 03:41:28 -06:00
android : Fix navigation bar overlapping the Show Home Menu apps button
This commit is contained in:
parent
3d16399dd1
commit
d6af51ac43
@ -5,13 +5,13 @@
|
||||
android:id="@+id/coordinator_about"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
android:background="?attr/colorSurface">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/appbar_about"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:fitsSystemWindows="true">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.appbar.MaterialToolbar
|
||||
android:id="@+id/toolbar_system_files"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user