1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix Toolbar colors in Play Queue

This commit is contained in:
krlvm 2021-03-28 20:44:20 +03:00
parent 09a7b7718a
commit aeccb5b472
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
2 changed files with 2 additions and 0 deletions

View File

@ -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" />

View File

@ -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" />