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

@@ -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>