summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-09-07 19:19:28 -0400
committerLioncash <mathew1800@gmail.com>2013-09-07 19:19:28 -0400
commitf753b9ae97544fb865169c5c79d7a52bc10d1bb0 (patch)
tree5b0bda8c2523254f7a71c31412456aefd3577611 /Source/Android
parentcc054b9da3dd4627ec6a8e1869c2e07846d1f321 (diff)
[Android] Show the full text for save and load states if there's room on the screen. If not, let it overflow into a context menu.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/menu/emuwindow_overlay.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/res/menu/emuwindow_overlay.xml b/Source/Android/res/menu/emuwindow_overlay.xml
index 837f8b23af..048e14b8fe 100644
--- a/Source/Android/res/menu/emuwindow_overlay.xml
+++ b/Source/Android/res/menu/emuwindow_overlay.xml
@@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/saveStateRoot"
- android:showAsAction="always"
+ android:showAsAction="ifRoom"
android:title="@string/overlay_savestate">
<menu>
<item android:id="@+id/saveSlot1"
@@ -23,7 +23,7 @@
<item
android:id="@+id/loadStateRoot"
- android:showAsAction="always"
+ android:showAsAction="ifRoom"
android:title="@string/overlay_loadstate">
<menu>
<item android:id="@+id/loadSlot1"