diff options
| -rw-r--r-- | src/android/app/src/main/res/layout/fragment_emulation.xml | 2 |
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 @@ | |||
| 155 | android:id="@+id/in_game_menu" | 155 | android:id="@+id/in_game_menu" |
| 156 | android:layout_width="wrap_content" | 156 | android:layout_width="wrap_content" |
| 157 | android:layout_height="match_parent" | 157 | android:layout_height="match_parent" |
| 158 | android:layout_gravity="start|bottom" | 158 | android:layout_gravity="start" |
| 159 | app:headerLayout="@layout/header_in_game" | 159 | app:headerLayout="@layout/header_in_game" |
| 160 | app:menu="@menu/menu_in_game" | 160 | app:menu="@menu/menu_in_game" |
| 161 | tools:visibility="gone" /> | 161 | tools:visibility="gone" /> |