diff options
| author | Jyotiraditya <dreadnaught02@outlook.com> | 2019-11-08 18:13:16 +0100 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2021-06-23 21:03:18 +0200 |
| commit | 94e63bdf9c7b14b0c87d3b09249fb446959a35db (patch) | |
| tree | fea7e1c06dee78e547118227e342fad68bdf412b | |
| parent | f82018ba9d83309f408f4c70dc075f96108a54ea (diff) | |
msm8916-common: overlay: Set black theme as default dark theme
Signed-off-by: Jyotiraditya <dreadnaught02@outlook.com>
Change-Id: I1d9fce7110d7daadc581699c2a7ea3c2e6821730
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/colors_device_defaults.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/colors_device_defaults.xml b/overlay/frameworks/base/core/res/res/values/colors_device_defaults.xml new file mode 100644 index 0000000..af494bc --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/colors_device_defaults.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2016 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. +--> + +<!-- Colors specific to DeviceDefault themes. These are mostly pass-throughs to enable + overlaying new theme colors. --> +<resources> + <color name="primary_dark_device_default_dark">#ff000000</color> + <color name="primary_dark_device_default_settings">#ff000000</color> +</resources> |
