diff options
| author | mahdihijazi <mahdi.hijaz@hotmail.com> | 2018-01-21 01:31:53 +0100 |
|---|---|---|
| committer | mahdihijazi <mahdi.hijaz@hotmail.com> | 2018-01-21 13:59:36 +0100 |
| commit | c9dc585dcbc2e99d2032a5ef1c1212c72044ea1d (patch) | |
| tree | 59d60a4a0334c80ea2aee08a4918ec137a97429b /Source/Android/app/src/main/res/layout | |
| parent | e2dbf10ee5925bc0e3ff2a282b01ddc6f1e7979d (diff) | |
Android: Support change disc
Diffstat (limited to 'Source/Android/app/src/main/res/layout')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml index 6aa1e9dc8b..8415a2045b 100644 --- a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml +++ b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml @@ -58,6 +58,11 @@ style="@style/InGameMenuOption"/> <Button + android:id="@+id/menu_change_disc" + android:text="@string/emulation_change_disc" + style="@style/InGameMenuOption"/> + + <Button android:id="@+id/menu_exit" android:text="@string/emulation_exit" style="@style/InGameMenuOption"/> |
