aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-04-24 19:00:33 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-04-24 19:17:05 +0200
commit96853a15ee535860fd789bc5be4979f2205e959c (patch)
tree4577db84fe7daf83ebf1f4d896cc43d6ddb4f47a /OpenKeychain/src/main/res/menu
parent702c28854bf0afe3d7b97e47716530dc751c9322 (diff)
downloadopen-keychain-96853a15ee535860fd789bc5be4979f2205e959c.tar.gz
open-keychain-96853a15ee535860fd789bc5be4979f2205e959c.tar.bz2
open-keychain-96853a15ee535860fd789bc5be4979f2205e959c.zip
revamp decrypt ui
Diffstat (limited to 'OpenKeychain/src/main/res/menu')
-rw-r--r--OpenKeychain/src/main/res/menu/decrypt_menu.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/menu/decrypt_menu.xml b/OpenKeychain/src/main/res/menu/decrypt_menu.xml
new file mode 100644
index 000000000..c0d7a519f
--- /dev/null
+++ b/OpenKeychain/src/main/res/menu/decrypt_menu.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/decrypt_copy"
+ android:title="@string/btn_copy_decrypted_text"
+ android:icon="@drawable/ic_action_encrypt_copy_24dp"
+ app:showAsAction="ifRoom" />
+
+ <item
+ android:id="@+id/decrypt_share"
+ android:title="@string/btn_share_decrypted_text"
+ android:icon="@drawable/ic_action_encrypt_share_24dp"
+ app:showAsAction="ifRoom" />
+
+</menu> \ No newline at end of file