aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-25 15:17:32 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:49:08 +0200
commite51eff40503a9715a98f7d1fb41c3a607b8f67d0 (patch)
tree445a1baadb0f69b3d701a180557f9ace7c670266 /OpenKeychain/src/main/AndroidManifest.xml
parente4b113701cfd12b89a18365491b50f6508184bc2 (diff)
downloadopen-keychain-e51eff40503a9715a98f7d1fb41c3a607b8f67d0.tar.gz
open-keychain-e51eff40503a9715a98f7d1fb41c3a607b8f67d0.tar.bz2
open-keychain-e51eff40503a9715a98f7d1fb41c3a607b8f67d0.zip
Add theme setting
This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
Diffstat (limited to 'OpenKeychain/src/main/AndroidManifest.xml')
-rw-r--r--OpenKeychain/src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml
index 83d8bce91..35048b936 100644
--- a/OpenKeychain/src/main/AndroidManifest.xml
+++ b/OpenKeychain/src/main/AndroidManifest.xml
@@ -9,15 +9,15 @@
===============
- Last APG 1 version was 10900 (1.0.9 beta 00)
- Keychain starting with versionCode 20000!
-
+
Association of file types to Keychain
=====================================
General remarks about file ending conventions:
- *.gpg,*.pgp for binary files
- *.asc for ascii armored files The actual content can be anything.
-
+
The file ending only shows if it is binary or ascii encoded.
-
+
Remarks about the ugly android:pathPattern:
- We are matching all files with a specific file ending.
This is done in an ugly way because of Android limitations.
@@ -73,7 +73,7 @@
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/KeychainTheme">
+ android:theme="@style/LightTheme">
<activity
android:name=".ui.MainActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"