aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/decrypt_menu.xml
diff options
context:
space:
mode:
authorDaniel Ramos <hiperzone@gmail.com>2015-04-26 18:27:07 +0100
committerDaniel Ramos <hiperzone@gmail.com>2015-04-26 18:27:07 +0100
commit674f377bd4e163bdcebb09c12a99947578b7265d (patch)
tree392903a0e7e72c9a06e6d80caeec1e9cd6b7af2f /OpenKeychain/src/main/res/menu/decrypt_menu.xml
parent40122d61ccd13a06602cf614f18aedee82bf1ad0 (diff)
parent9eb98f6eb712ec6130ce45772fd6c351afdab1b2 (diff)
downloadopen-keychain-674f377bd4e163bdcebb09c12a99947578b7265d.tar.gz
open-keychain-674f377bd4e163bdcebb09c12a99947578b7265d.tar.bz2
open-keychain-674f377bd4e163bdcebb09c12a99947578b7265d.zip
Merge branch 'development' of https://github.com/open-keychain/open-keychain into development
Diffstat (limited to 'OpenKeychain/src/main/res/menu/decrypt_menu.xml')
-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..9e90fc9c7
--- /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_content_copy_black_24dp"
+ app:showAsAction="ifRoom" />
+
+ <item
+ android:id="@+id/decrypt_share"
+ android:title="@string/btn_share_decrypted_text"
+ android:icon="@drawable/ic_share_black_24dp"
+ app:showAsAction="ifRoom" />
+
+</menu> \ No newline at end of file