19 lines
390 B
XML
19 lines
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_edit"
|
|
android:title="@string/edit_category"
|
|
android:titleCondensed="@string/edit" />
|
|
|
|
<item
|
|
android:id="@+id/action_delete"
|
|
android:title="@string/delete" />
|
|
|
|
<item
|
|
android:id="@+id/action_hide"
|
|
android:title="@string/hide" />
|
|
|
|
</menu>
|