You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
298 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_addItem"
android:orderInCategory="100"
android:showAsAction="always"
android:icon="@drawable/ic_content_new"
android:title="Add New Item"/>
</menu>