Update taskbar background color.

Bug: 259712417
Change-Id: I11979e3cfa5002b466b88c22c8e37815d6d2ea1e
Test: manual
This commit is contained in:
Jon Miranda
2023-03-22 23:31:52 +00:00
parent 445a47739c
commit fb9a7e9225
2 changed files with 2 additions and 2 deletions

View File

@@ -16,5 +16,5 @@
-->
<!-- Should be the same as in packages/apps/Launcher3/res/color-night-v31/taskbar_background.xml -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@android:color/system_neutral1_500" android:lStar="15" />
<item android:color="@android:color/system_neutral1_500" android:lStar="20" />
</selector>

View File

@@ -16,5 +16,5 @@
-->
<!-- Should be the same as in packages/apps/Launcher3/res/color-v31/taskbar_background.xml -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@android:color/system_neutral1_500" android:lStar="95" />
<item android:color="@android:color/system_neutral1_500" android:lStar="98" />
</selector>