summaryrefslogtreecommitdiff
path: root/res/color-v33
diff options
context:
space:
mode:
authorrandypfohl <randypfohl@google.com>2023-05-04 17:18:48 -0700
committerrandypfohl <randypfohl@google.com>2023-05-18 11:15:07 -0700
commitb8e47fe329a96d4a0f684eef5478f60ec69ea16f (patch)
treec103d5d9cb3876c3d7203a8759afa6fb88f96ce7 /res/color-v33
parent4285947422750dd92f1173be39b9e6af05972c3f (diff)
downloadLauncher3-b8e47fe329a96d4a0f684eef5478f60ec69ea16f.tar.gz
Updating overview colors to utilize new tokens
Test: built locally and verified colors Flag: none bug:275709319 Change-Id: I1abcf608e0279a70e975190ea66128563f996f3e
Diffstat (limited to 'res/color-v33')
-rw-r--r--res/color-v33/overview_scrim.xml20
-rw-r--r--res/color-v33/overview_scrim_dark.xml20
2 files changed, 40 insertions, 0 deletions
diff --git a/res/color-v33/overview_scrim.xml b/res/color-v33/overview_scrim.xml
new file mode 100644
index 0000000000..b9cda980b7
--- /dev/null
+++ b/res/color-v33/overview_scrim.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:color="@android:color/system_neutral2_500"
+ android:lStar="80"/>
+</selector>
diff --git a/res/color-v33/overview_scrim_dark.xml b/res/color-v33/overview_scrim_dark.xml
new file mode 100644
index 0000000000..84d22e6515
--- /dev/null
+++ b/res/color-v33/overview_scrim_dark.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:color="@android:color/system_neutral2_500"
+ android:lStar="35"/>
+</selector>