Status bar height fix

This commit is contained in:
Dominik Schürmann
2015-02-21 20:01:19 +01:00
parent c6c8a09883
commit 5b75985f95
7 changed files with 17 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<style name="KeychainTheme" parent="KeychainTheme.Base" />
<!--<style name="KeychainTheme.Base" parent="HoloKeychainTheme">-->
<style name="KeychainTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<style name="KeychainTheme.Base" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/accent</item>