[Android] Forgot to commit the menu layout XML when I implemented the option to clear the game list.

This commit is contained in:
Lioncash 2013-08-23 16:17:02 -04:00
parent 7f61c31f85
commit 6df36ec687

View file

@ -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>