Status bar height fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="statusbar_margin">0dp</dimen>
|
||||
<!-- on Android < 5, we do not color the status bar, thus 0dp! -->
|
||||
<dimen name="statusbar_height">0dp</dimen>
|
||||
<dimen name="big_toolbar">120dp</dimen>
|
||||
</resources>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user