aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/main_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-18 11:19:50 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-18 11:19:50 +0200
commit2ef691b264fcc985dfd94708c185ea6715a1972d (patch)
tree2ec3443e5ac84ea4a4898afa2e8aa80d04626265 /OpenKeychain/src/main/res/layout/main_activity.xml
parent979605b5de92314736e43506ca262d5f57675485 (diff)
downloadopen-keychain-2ef691b264fcc985dfd94708c185ea6715a1972d.tar.gz
open-keychain-2ef691b264fcc985dfd94708c185ea6715a1972d.tar.bz2
open-keychain-2ef691b264fcc985dfd94708c185ea6715a1972d.zip
Fix theme problems
Diffstat (limited to 'OpenKeychain/src/main/res/layout/main_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/main_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/main_activity.xml b/OpenKeychain/src/main/res/layout/main_activity.xml
index 45df0df71..e65969227 100644
--- a/OpenKeychain/src/main/res/layout/main_activity.xml
+++ b/OpenKeychain/src/main/res/layout/main_activity.xml
@@ -13,7 +13,7 @@
android:elevation="4dp"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
- app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
tools:ignore="UnusedAttribute" />