mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-21 17:44:49 +00:00
Fix Toolbar colors in Play Queue
This commit is contained in:
@@ -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" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user