mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
12 lines
412 B
XML
12 lines
412 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/menu_key_list_public_multi_encrypt"
|
|
android:title="@string/menu_encrypt_to"/>
|
|
<item
|
|
android:id="@+id/menu_key_list_public_multi_delete"
|
|
android:icon="@android:drawable/ic_menu_delete"
|
|
android:title="@string/menu_delete_key"/>
|
|
|
|
</menu> |