android: Remove bottom attribute from navigation view

Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly.
This commit is contained in:
Charles Lombardo 2023-09-25 18:31:23 -04:00
parent 15720d1350
commit b7f8339347

View file

@ -155,7 +155,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" />