7 lines
261 B
XML
7 lines
261 B
XML
|
<?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>
|