diff --git a/OpenPGP-Keychain/src/main/AndroidManifest.xml b/OpenPGP-Keychain/src/main/AndroidManifest.xml index 49442f163..414361a47 100644 --- a/OpenPGP-Keychain/src/main/AndroidManifest.xml +++ b/OpenPGP-Keychain/src/main/AndroidManifest.xml @@ -56,7 +56,7 @@ android:allowBackup="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" - android:theme="@style/Theme.AppCompat.Light" + android:theme="@style/KeychainTheme" android:label="@string/app_name"> - - + android:paddingRight="5dip"> + + + android:orientation="horizontal"> + + + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain/src/main/res/values/styles.xml b/OpenPGP-Keychain/src/main/res/values/styles.xml index 9e61bbef4..f03d72605 100644 --- a/OpenPGP-Keychain/src/main/res/values/styles.xml +++ b/OpenPGP-Keychain/src/main/res/values/styles.xml @@ -1,14 +1,34 @@ + + + + + + + + \ No newline at end of file