Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
lioncash committed Sep 7, 2013
1 parent cc054b9 commit f753b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
Expand All @@ -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"
Expand Down

0 comments on commit f753b9a

Please sign in to comment.