7 lines
249 B
XML
7 lines
249 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/main_menu_add"
|
||
|
android:title="@string/main_menu_add"
|
||
|
android:showAsAction="ifRoom|withText" />
|
||
|
</menu>
|