More updates. To fix tomorrow on KitKat: FAB is too far down, status bar color is wrong in artist/album detaill screens.
This commit is contained in:
parent
5671f651e5
commit
84534303e4
3 changed files with 8 additions and 6 deletions
|
|
@ -15,12 +15,14 @@
|
||||||
android:id="@+id/pager"
|
android:id="@+id/pager"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clipToPadding="false" />
|
android:clipToPadding="false"
|
||||||
|
android:fitsSystemWindows="true" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
android:paddingTop="@dimen/main_toolbar_paddingtop">
|
||||||
|
|
||||||
<android.support.v7.widget.Toolbar
|
<android.support.v7.widget.Toolbar
|
||||||
android:id="@+id/toolbar"
|
android:id="@+id/toolbar"
|
||||||
|
|
@ -69,8 +71,8 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end|right|bottom"
|
android:layout_gravity="end|right|bottom"
|
||||||
android:fitsSystemWindows="true"
|
tools:ignore="RtlHardcoded"
|
||||||
tools:ignore="RtlHardcoded">
|
android:fitsSystemWindows="true">
|
||||||
|
|
||||||
<com.melnykov.fab.FloatingActionButton
|
<com.melnykov.fab.FloatingActionButton
|
||||||
android:id="@+id/fab"
|
android:id="@+id/fab"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<dimen name="statusMargin">25dp</dimen>
|
<dimen name="statusMargin">25dp</dimen>
|
||||||
|
|
||||||
<dimen name="navigation_drawer_image_height">165dp</dimen>
|
<dimen name="navigation_drawer_image_height">165dp</dimen>
|
||||||
|
<dimen name="main_toolbar_paddingtop">@dimen/statusMargin</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<dimen name="statusMargin">25dp</dimen>
|
<dimen name="statusMargin">25dp</dimen>
|
||||||
|
|
||||||
<dimen name="navigation_drawer_image_height">165dp</dimen>
|
<dimen name="navigation_drawer_image_height">165dp</dimen>
|
||||||
|
<dimen name="main_toolbar_paddingtop">0dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue