Toolbar fixes, Toolbar under status bar on Lollipop

This commit is contained in:
Dominik Schürmann
2015-02-03 16:05:18 +01:00
parent e2a8819385
commit 7914aa5c08
34 changed files with 118 additions and 96 deletions

View File

@@ -4,11 +4,11 @@
android:layout_height="match_parent">
<include
android:id="@+id/toolbar"
android:id="@+id/toolbar_include"
layout="@layout/toolbar_standalone" />
<LinearLayout
android:layout_below="@id/toolbar"
android:layout_below="@id/toolbar_include"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">