summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-03-23 20:26:12 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-03-23 20:26:12 +0000
commitdb73e54b4fb936dd1cb4deaff0b329510a8dc313 (patch)
treedbf27729181210ce47f219ee956442e60e7965c6
parentddecb553243f6c4fb52a576f07b0b77cffdd2c7e (diff)
parent4dada52eff19538bb9b11dcdb2632da8b272d096 (diff)
Merge "Merge "Update taskbar background color." into tm-qpr-dev am: 446650681e" into tm-qpr-dev-plus-aosp am: 4dada52eff
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22211092 Change-Id: I6800cab74b45c2a863b0f22255ccc650dd9d14eb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/WindowManager/Shell/res/color-night/taskbar_background.xml2
-rw-r--r--libs/WindowManager/Shell/res/color/taskbar_background.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/WindowManager/Shell/res/color-night/taskbar_background.xml b/libs/WindowManager/Shell/res/color-night/taskbar_background.xml
index 9473cdd607d6..01df006f1bd2 100644
--- a/libs/WindowManager/Shell/res/color-night/taskbar_background.xml
+++ b/libs/WindowManager/Shell/res/color-night/taskbar_background.xml
@@ -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> \ No newline at end of file
diff --git a/libs/WindowManager/Shell/res/color/taskbar_background.xml b/libs/WindowManager/Shell/res/color/taskbar_background.xml
index 0e165fca4fd3..876ee02a8adf 100644
--- a/libs/WindowManager/Shell/res/color/taskbar_background.xml
+++ b/libs/WindowManager/Shell/res/color/taskbar_background.xml
@@ -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> \ No newline at end of file