aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-02 17:34:43 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-02 17:34:43 +0100
commita14c5de22ea6f4fcd1ff83107c8372389e6bae6d (patch)
tree60ac341ab0135cb80240f0c0de7179290258fbbc /OpenPGP-Keychain/src/main/AndroidManifest.xml
parent91f083796c86fafd391f41aa39b8c745522aeb6d (diff)
downloadopen-keychain-a14c5de22ea6f4fcd1ff83107c8372389e6bae6d.tar.gz
open-keychain-a14c5de22ea6f4fcd1ff83107c8372389e6bae6d.tar.bz2
open-keychain-a14c5de22ea6f4fcd1ff83107c8372389e6bae6d.zip
Use buttons for encrypt decrypt instead of actionbar
Diffstat (limited to 'OpenPGP-Keychain/src/main/AndroidManifest.xml')
-rw-r--r--OpenPGP-Keychain/src/main/AndroidManifest.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenPGP-Keychain/src/main/AndroidManifest.xml b/OpenPGP-Keychain/src/main/AndroidManifest.xml
index 414361a47..083288640 100644
--- a/OpenPGP-Keychain/src/main/AndroidManifest.xml
+++ b/OpenPGP-Keychain/src/main/AndroidManifest.xml
@@ -120,8 +120,7 @@
android:name=".ui.SelectPublicKeyActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_select_recipients"
- android:launchMode="singleTop"
- android:uiOptions="splitActionBarWhenNarrow">
+ android:launchMode="singleTop">
<!-- <intent-filter> -->
<!-- <action android:name="android.intent.action.SEARCH" /> -->
@@ -151,7 +150,6 @@
android:name=".ui.EncryptActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_encrypt"
- android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="stateHidden">
<!-- Keychain's own Actions -->
@@ -175,7 +173,6 @@
android:name=".ui.DecryptActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_decrypt"
- android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="stateHidden">
<!-- Keychain's own Actions -->
@@ -250,7 +247,6 @@
android:name=".ui.PreferencesKeyServerActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_key_server_preference"
- android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.SignKeyActivity"