• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2022 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17
18<resources>
19    <style name="Theme.SafetyCenterQs" parent="Theme.SafetyCenterQsBase">
20        <item name="textColorScSecondaryActionButton">?android:attr/textColorPrimary</item>
21    </style>
22
23    <style name="Theme.SafetyCenterBase" parent="Theme.PermissionController.Settings.FilterTouches">
24        <item name="colorSurface">@color/sc_surface_dark</item>
25        <item name="colorSurfaceVariant">@color/sc_surface_variant_dark</item>
26        <item name="colorAccentPrimary">@color/sc_accent_primary_dark</item>
27
28        <item name="colorScStatusInfo">@color/sc_status_info_dark</item>
29        <item name="colorScStatusRecommend">@color/sc_status_recommend_dark</item>
30        <item name="colorScStatusWarn">@color/sc_status_warn_dark</item>
31
32        <item name="colorScStatusBackgroundInfo">@color/sc_status_background_info_dark</item>
33        <item name="colorScStatusBackgroundRecommend">
34            @color/sc_status_background_recommend_dark
35        </item>
36        <item name="colorScStatusBackgroundWarn">@color/sc_status_background_warn_dark</item>
37
38        <item name="colorScIconInfo">@color/sc_icon_info_dark</item>
39        <item name="colorScIconRecommend">@color/sc_icon_recommend_dark</item>
40        <item name="colorScIconWarn">@color/sc_icon_warn_dark</item>
41        <item name="colorScIconNull">@color/sc_icon_null_dark</item>
42
43        <item name="colorScShieldAccent">@color/sc_shield_accent</item>
44
45
46        <item name="scStatusTitleAndSummaryContainerStyle">
47            @style/SafetyCenterStatusTitleAndSummaryContainer.Responsive
48        </item>
49        <item name="scStatusButtonStyle">@style/SafetyCenterStatusButton.Responsive</item>
50
51        <!-- Buttons -->
52        <item name="scActionButtonStyle">@style/SafetyCenterActionButton</item>
53        <item name="scSecondaryActionButtonStyle">@style/SafetyCenterActionButton.Secondary</item>
54
55        <item name="textColorScActionButton">@color/sc_primary_action_button_text</item>
56        <item name="textColorScSecondaryActionButton">?android:attr/textColorPrimary</item>
57
58        <item name="colorScOutlineButtonInfoBase">@color/sc_outline_button_info_base_dark</item>
59        <item name="colorScOutlineButtonRecommendBase">
60            @color/sc_outline_button_recommend_base_dark
61        </item>
62        <item name="colorScOutlineButtonWarnBase">@color/sc_outline_button_warn_base_dark</item>
63    </style>
64</resources>