Fix Toolbar colors in Play Queue
This commit is contained in:
parent
09a7b7718a
commit
aeccb5b472
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:layout_weight="1"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ToolbarTheme"
|
||||
app:layout_scrollFlags="scroll|enterAlways"
|
||||
app:title="@string/app_name" />
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:layout_weight="1"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ToolbarTheme"
|
||||
app:layout_scrollFlags="scroll|enterAlways"
|
||||
app:title="@string/app_name" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue