16 lines
476 B
XML
16 lines
476 B
XML
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_new_match"
|
|
android:icon="@drawable/ic_new_match"
|
|
android:title="@string/new_match"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/action_about"
|
|
android:icon="@drawable/ic_about"
|
|
android:title="@string/about"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu> |