Design fixes
This commit is contained in:
parent
85f4f91243
commit
13843095a8
48 changed files with 137 additions and 126 deletions
|
|
@ -20,7 +20,7 @@
|
|||
android:id="@+id/overlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/header_image_height"
|
||||
android:background="?attr/colorPrimary"/>
|
||||
android:background="@color/materialmusic_default_bar_color"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/list_background"
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/title_view_height"
|
||||
android:height="@dimen/title_view_height"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:background="@color/materialmusic_default_bar_color"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:gravity="center_vertical"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue