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.
25 lines
454 B
XML
25 lines
454 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_order"
|
|
android:orderInCategory="50"
|
|
android:title="@string/sort_order">
|
|
|
|
<menu>
|
|
|
|
<group android:id="@+id/group_order" />
|
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
<item
|
|
android:id="@+id/action_edit"
|
|
android:orderInCategory="50"
|
|
android:title="@string/edit_category"
|
|
android:titleCondensed="@string/edit" />
|
|
|
|
</menu>
|