aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-29 20:37:54 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-29 20:37:54 +0200
commit95f1527afe81c59a116cadc2ed37c065da1819ac (patch)
tree9588674a61956188add5a605e08e323d1027c9f1 /OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
parentb82f273284b90d8ab41c806cc2858865d33b2390 (diff)
downloadopen-keychain-95f1527afe81c59a116cadc2ed37c065da1819ac.tar.gz
open-keychain-95f1527afe81c59a116cadc2ed37c065da1819ac.tar.bz2
open-keychain-95f1527afe81c59a116cadc2ed37c065da1819ac.zip
Fixing crashes with new encrypt ui
Diffstat (limited to 'OpenKeychain/src/main/res/menu/encrypt_text_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/menu/encrypt_text_activity.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml b/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
deleted file mode 100644
index 5a262fdd8..000000000
--- a/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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/encrypt_copy"
- android:title="@string/btn_copy_encrypted_signed"
- android:icon="@drawable/ic_action_encrypt_copy_24dp"
- app:showAsAction="always" />
-
- <item
- android:id="@+id/encrypt_share"
- android:title="@string/btn_share_encrypted_signed"
- android:icon="@drawable/ic_action_encrypt_share_24dp"
- app:showAsAction="always" />
-
- <item
- android:id="@+id/check_use_symmetric"
- android:title="@string/label_symmetric"
- android:checkable="true" />
-
- <item
- android:id="@+id/check_enable_compression"
- android:title="@string/label_enable_compression"
- android:checked="true"
- android:checkable="true" />
-
- <!--<item-->
- <!--android:id="@+id/check_hidden_recipients"-->
- <!--android:title="@string/label_hidden_recipients"-->
- <!--android:checked="false"-->
- <!--android:checkable="true" />-->
-
-</menu> \ No newline at end of file