Align divider bar color to taskbar color

Bug: 276468017
Test: the color of divider bar and taskbar matched
Change-Id: I3a9b6b88c8cc8889dff290ba816661e96255fb96
This commit is contained in:
Jerry Chang
2023-06-16 09:54:46 +00:00
parent 9c26576570
commit a7d0a53731

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="20" />
<item android:color="@android:color/system_neutral1_500" android:lStar="6" />
</selector>