Fix toolbar margins on Android lower 5

This commit is contained in:
Dominik Schürmann
2015-03-03 20:15:09 +01:00
parent be06c4cd58
commit 5a4fc0a071
9 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
android:layout_below="@id/toolbar_include"
android:id="@+id/content_frame"
android:fitsSystemWindows="true"
android:layout_marginTop="-25dp"
android:layout_marginTop="@dimen/minus_statusbar_height"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">