summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-09-26 00:31:23 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-09-26 00:31:23 +0200
commitff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d (patch)
tree743697ea77e6688a39667f9b0922060db7102dc8
parentMerge pull request #11583 from t895/overlay-fix-2 (diff)
downloadyuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar.gz
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar.bz2
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar.lz
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar.xz
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.tar.zst
yuzu-ff9d8dd0b3922dbcb3911cf3515ce5e2b0c6438d.zip
-rw-r--r--src/android/app/src/main/res/layout/fragment_emulation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_emulation.xml b/src/android/app/src/main/res/layout/fragment_emulation.xml
index da97d85c1..0498bc71d 100644
--- a/src/android/app/src/main/res/layout/fragment_emulation.xml
+++ b/src/android/app/src/main/res/layout/fragment_emulation.xml
@@ -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" />