Skip to content
Snippets Groups Projects
Unverified Commit 69ba29e5 authored by Charles Lombardo's avatar Charles Lombardo Committed by GitHub
Browse files

Merge pull request #11597 from t895/drawer-fix

android: Navigation drawer lock mode fix
parents a19f62e6 3d03e8b8
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:focusable="false">
android:focusable="false"
android:clickable="false">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/loading_layout"
......@@ -155,7 +156,7 @@
android:id="@+id/in_game_menu"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start|bottom"
android:layout_gravity="start"
app:headerLayout="@layout/header_in_game"
app:menu="@menu/menu_in_game"
tools:visibility="gone" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment