summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimi Rautamäki <timi.rautamaki@gmail.com>2021-08-07 18:10:19 +0000
committerLuca Stefani <luca.stefani.ge1@gmail.com>2021-09-03 13:59:47 +0200
commit6b4ffc913d3d841b959fd9c16455797ee1854dc9 (patch)
tree44eb84a9373ef3788d68892e209514309c6d8b86
parent8621afcb5713afbb89d290c21e8932c45afb9036 (diff)
downloadexternal_wget-lineage-18.1.tar.gz
external_wget-lineage-18.1.tar.bz2
external_wget-lineage-18.1.zip
overlay: follow system accent in setupdesignlineage-18.1
This makes fingerprint setup in Settings & SUW follow system theming. Change-Id: I4d907f8f9ab1c077e31207819d12dfe54e1a613e
-rw-r--r--overlay/common/external/setupdesign/main/res/values/colors.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/common/external/setupdesign/main/res/values/colors.xml b/overlay/common/external/setupdesign/main/res/values/colors.xml
new file mode 100644
index 00000000..5e0863eb
--- /dev/null
+++ b/overlay/common/external/setupdesign/main/res/values/colors.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 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.
+-->
+<resources>
+ <!-- GLIF colors -->
+ <color name="sud_color_accent_glif_v3_dark">@*android:color/accent_device_default_dark</color>
+ <color name="sud_color_accent_glif_v3_light">@*android:color/accent_device_default_light</color>
+</resources>