[Android] Forgot to commit the menu layout XML when I implemented the option to clear the game list.
This commit is contained in:
parent
7f61c31f85
commit
6df36ec687
|
@ -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>
|
Loading…
Reference in New Issue