diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-01-18 19:04:13 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:54:58 +0200 |
commit | a4a4a9e4296bd8891d67f8bf4e362239772f9859 (patch) | |
tree | f40f1c24b8dc44beef302324ffe7063ff8e900eb /doze/res/values-night | |
parent | d601fba4350ec4c9ca2755068afd8e97c9b86cc6 (diff) |
sdm660-common: doze: Fix dark theme issues
This brings SwitchBar widget inline with 10 and fixes the
theme issues when the dark mode is enabled.
Change-Id: I6909b77bc649eb9eb760bf01b46f66570363e9d9
Diffstat (limited to 'doze/res/values-night')
-rw-r--r-- | doze/res/values-night/colors.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doze/res/values-night/colors.xml b/doze/res/values-night/colors.xml new file mode 100644 index 0000000..5aa9c8e --- /dev/null +++ b/doze/res/values-night/colors.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2020 The LineageOS 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> + <color name="switchbar_switch_track_tint">#82000000</color> + <color name="switchbar_switch_thumb_tint">@android:color/black</color> +</resources> |