mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
14 lines
620 B
XML
14 lines
620 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/edit"
|
||
|
android:title="@string/manage_identities_edit_action" />
|
||
|
<item android:id="@+id/up"
|
||
|
android:title="@string/manage_identities_move_up_action" />
|
||
|
<item android:id="@+id/down"
|
||
|
android:title="@string/manage_identities_move_down_action" />
|
||
|
<item android:id="@+id/top"
|
||
|
android:title="@string/manage_identities_move_top_action" />
|
||
|
<item android:id="@+id/remove"
|
||
|
android:title="@string/manage_identities_remove_action" />
|
||
|
</menu>
|