64 lines
3.0 KiB
XML
64 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2022 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>
|
|
<style name="Theme.SafetyCenterQs" parent="Theme.SafetyCenterQsBase">
|
|
<item name="textColorScSecondaryActionButton">?android:attr/textColorPrimary</item>
|
|
</style>
|
|
|
|
<style name="Theme.SafetyCenterBase" parent="Theme.PermissionController.Settings.FilterTouches">
|
|
<item name="colorSurface">@color/sc_surface_dark</item>
|
|
<item name="colorSurfaceVariant">@color/sc_surface_variant_dark</item>
|
|
<item name="colorAccentPrimary">@color/sc_accent_primary_dark</item>
|
|
|
|
<item name="colorScStatusInfo">@color/sc_status_info_dark</item>
|
|
<item name="colorScStatusRecommend">@color/sc_status_recommend_dark</item>
|
|
<item name="colorScStatusWarn">@color/sc_status_warn_dark</item>
|
|
|
|
<item name="colorScStatusBackgroundInfo">@color/sc_status_background_info_dark</item>
|
|
<item name="colorScStatusBackgroundRecommend">
|
|
@color/sc_status_background_recommend_dark
|
|
</item>
|
|
<item name="colorScStatusBackgroundWarn">@color/sc_status_background_warn_dark</item>
|
|
|
|
<item name="colorScIconInfo">@color/sc_icon_info_dark</item>
|
|
<item name="colorScIconRecommend">@color/sc_icon_recommend_dark</item>
|
|
<item name="colorScIconWarn">@color/sc_icon_warn_dark</item>
|
|
<item name="colorScIconNull">@color/sc_icon_null_dark</item>
|
|
|
|
<item name="colorScShieldAccent">@color/sc_shield_accent</item>
|
|
|
|
|
|
<item name="scStatusTitleAndSummaryContainerStyle">
|
|
@style/SafetyCenterStatusTitleAndSummaryContainer.Responsive
|
|
</item>
|
|
<item name="scStatusButtonStyle">@style/SafetyCenterStatusButton.Responsive</item>
|
|
|
|
<!-- Buttons -->
|
|
<item name="scActionButtonStyle">@style/SafetyCenterActionButton</item>
|
|
<item name="scSecondaryActionButtonStyle">@style/SafetyCenterActionButton.Secondary</item>
|
|
|
|
<item name="textColorScActionButton">@color/sc_primary_action_button_text</item>
|
|
<item name="textColorScSecondaryActionButton">?android:attr/textColorPrimary</item>
|
|
|
|
<item name="colorScOutlineButtonInfoBase">@color/sc_outline_button_info_base_dark</item>
|
|
<item name="colorScOutlineButtonRecommendBase">
|
|
@color/sc_outline_button_recommend_base_dark
|
|
</item>
|
|
<item name="colorScOutlineButtonWarnBase">@color/sc_outline_button_warn_base_dark</item>
|
|
</style>
|
|
</resources> |