diff options
author | 2023-03-23 19:49:47 +0000 | |
---|---|---|
committer | 2023-03-23 19:49:47 +0000 | |
commit | 4dada52eff19538bb9b11dcdb2632da8b272d096 (patch) | |
tree | ca386e98927b3bb71c2fe58cf9f7ccae62bd5ddf | |
parent | 069c891c7a542731d93632170e8d7f51e734e71a (diff) | |
parent | 23c7a90907c22fcde3cf97dc1891e02544106f7b (diff) |
Merge "Merge "Update taskbar background color." into tm-qpr-dev am: 446650681e" into tm-qpr-dev-plus-aosp
-rw-r--r-- | libs/WindowManager/Shell/res/color-night/taskbar_background.xml | 2 | ||||
-rw-r--r-- | libs/WindowManager/Shell/res/color/taskbar_background.xml | 2 |
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 |