aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org_apg/AndroidManifest.xml')
-rw-r--r--org_apg/AndroidManifest.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/org_apg/AndroidManifest.xml b/org_apg/AndroidManifest.xml
index 4ee489bbb..12bfd07f3 100644
--- a/org_apg/AndroidManifest.xml
+++ b/org_apg/AndroidManifest.xml
@@ -30,7 +30,7 @@
android:hardwareAccelerated="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
- android:theme="@style/Theme.Sherlock.Light" >
+ android:theme="@style/Theme.Sherlock.Light.ForceOverflow" >
<activity
android:name=".ui.MainActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
@@ -45,7 +45,8 @@
android:name=".ui.PublicKeyListActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
android:label="@string/title_managePublicKeys"
- android:launchMode="singleTop" >
+ android:launchMode="singleTop"
+ android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -58,7 +59,8 @@
android:name=".ui.SecretKeyListActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
android:label="@string/title_manageSecretKeys"
- android:launchMode="singleTop" >
+ android:launchMode="singleTop"
+ android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -110,7 +112,8 @@
<activity
android:name=".ui.EncryptActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
- android:label="@string/title_encrypt" >
+ android:label="@string/title_encrypt"
+ android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter>
<action android:name="org.apg.intent.ENCRYPT" />
<action android:name="org.apg.intent.ENCRYPT_FILE" />
@@ -125,7 +128,8 @@
<activity
android:name=".ui.DecryptActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
- android:label="@string/title_decrypt" >
+ android:label="@string/title_decrypt"
+ android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter>
<action android:name="org.apg.intent.DECRYPT" />
<action android:name="org.apg.intent.DECRYPT_FILE" />
@@ -200,7 +204,7 @@
android:name=".ui.AboutActivity"
android:excludeFromRecents="true"
android:label="@string/title_about"
- android:theme="@android:style/Theme.Dialog" />
+ android:theme="@style/Theme.Sherlock.Light.Dialog" />
<service android:name=".Service" />
<service