summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-23 16:17:02 -0400
committerLioncash <mathew1800@gmail.com>2013-08-23 16:17:02 -0400
commit6df36ec6871df74e96b44a9648de113b4b57e914 (patch)
tree28f38731f80027f2bed97d1227d40510cf1a3554 /Source/Android
parent7f61c31f85216b00d6bb02445ed327c9e1c2cd81 (diff)
[Android] Forgot to commit the menu layout XML when I implemented the option to clear the game list.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/menu/gamelist_menu.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Android/res/menu/gamelist_menu.xml b/Source/Android/res/menu/gamelist_menu.xml
new file mode 100644
index 0000000000..dbec1a65f3
--- /dev/null
+++ b/Source/Android/res/menu/gamelist_menu.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item
+ android:id="@+id/clearGameList"
+ android:title="@string/clear_game_list"
+ android:showAsAction="ifRoom|withText" />
+</menu> \ No newline at end of file