Fix Toolbar colors in Play Queue
This commit is contained in:
parent
09a7b7718a
commit
aeccb5b472
|
@ -21,6 +21,7 @@
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
|
android:theme="@style/ToolbarTheme"
|
||||||
app:layout_scrollFlags="scroll|enterAlways"
|
app:layout_scrollFlags="scroll|enterAlways"
|
||||||
app:title="@string/app_name" />
|
app:title="@string/app_name" />
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
|
android:theme="@style/ToolbarTheme"
|
||||||
app:layout_scrollFlags="scroll|enterAlways"
|
app:layout_scrollFlags="scroll|enterAlways"
|
||||||
app:title="@string/app_name" />
|
app:title="@string/app_name" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue