Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7d0a537 authored by Jerry Chang's avatar Jerry Chang
Browse files

Align divider bar color to taskbar color

Bug: 276468017
Test: the color of divider bar and taskbar matched
Change-Id: I3a9b6b88c8cc8889dff290ba816661e96255fb96
parent 9c265765
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,5 +16,5 @@
  -->
  -->
<!-- Should be the same as in packages/apps/Launcher3/res/color-night-v31/taskbar_background.xml -->
<!-- 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">
<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>
</selector>
 No newline at end of file