Fix toolbar scrim in album/artist detail view (#290)
This commit is contained in:
parent
ef20fe104d
commit
bf6556b213
4 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/toolbar_scrim_height"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/toolbar_scrim_height"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignBottom="@id/dummy_statusbar_actionbar"
|
||||
android:layout_alignTop="@id/dummy_statusbar_actionbar"
|
||||
android:background="@drawable/toolbar_gradient" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue