This cl is a merge of the following 5 cls: ag/19674112 Fix b/242989581: The two battery charts have the same label ag/19667114 Support data logging for battery usage new chart view ag/19636171 Support data logging for battery usage new chart view ag/19682758 Resolve insufficient contrast for system component icons ag/19697763 Add fade in animation for battery usage chart group Bug: 242989581 Bug: 242810430 Bug: 242989982 Test: presubmit Change-Id: I39cd0f88ce62a280a966750082a40f8a537b9616 Merged-In: Ice30508bc20b5de631efee0db0160fe6ad710dbb
60 lines
3.3 KiB
XML
60 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2018 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
|
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
|
<color name="switchbar_switch_track_tint">#82000000</color>
|
|
<color name="switchbar_switch_thumb_tint">@android:color/black</color>
|
|
<color name="homepage_accessibility_background">#783BE5</color>
|
|
<color name="homepage_support_background">#3F5FBD</color>
|
|
<color name="homepage_card_dismissal_background">@*android:color/material_grey_900</color>
|
|
<color name="contextual_card_background">@*android:color/material_grey_900</color>
|
|
<color name="search_bar_background">?androidprv:attr/colorSurfaceVariant</color>
|
|
<color name="notification_importance_selection_bg">@*android:color/material_grey_800</color>
|
|
<color name="notification_importance_button_selected">#AECBFA</color> <!-- material blue 200 -->
|
|
<color name="notification_importance_button_unselected">#5F6368</color>
|
|
<color name="notification_history_background">#202124</color>
|
|
|
|
<!-- Palette list preference colors. -->
|
|
<color name="palette_list_gradient_background">@android:color/black</color>
|
|
<color name="palette_list_color_red">@color/palette_list_dark_mode_color_red</color>
|
|
<color name="palette_list_color_orange">@color/palette_list_dark_mode_color_orange</color>
|
|
<color name="palette_list_color_yellow">@color/palette_list_dark_mode_color_yellow</color>
|
|
<color name="palette_list_color_green">@color/palette_list_dark_mode_color_green</color>
|
|
<color name="palette_list_color_cyan">@color/palette_list_dark_mode_color_cyan</color>
|
|
<color name="palette_list_color_blue">@color/palette_list_dark_mode_color_blue</color>
|
|
<color name="palette_list_color_purple">@color/palette_list_dark_mode_color_purple</color>
|
|
<color name="palette_list_color_gray">@color/palette_list_dark_mode_color_gray</color>
|
|
<color name="gestures_setting_background_color">@android:color/black</color>
|
|
|
|
<color name="color_surface_header">@*android:color/surface_header_dark</color>
|
|
<!-- Dialog error color. -->
|
|
<color name="settings_dialog_colorError">#f28b82</color> <!-- Red 300 -->
|
|
|
|
<!-- Face and fingerprint enrollment -->
|
|
<color name="biometric_enroll_intro_color_bar">#5bb974</color>
|
|
<color name="biometric_enroll_intro_color_icon">#669df6</color>
|
|
<color name="biometric_enroll_intro_color_outline">#5e5e5e</color>
|
|
<color name="fingerprint_enrollment_finish_color_outline">#669df6</color>
|
|
|
|
<!-- Material inverse ripple color, useful for inverted backgrounds. -->
|
|
<color name="ripple_material_inverse">@*android:color/ripple_material_light</color>
|
|
|
|
<!-- Icon tint color for battery usage system icon -->
|
|
<color name="battery_usage_system_icon_color">@android:color/white</color>
|
|
</resources>
|
|
|