1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2018 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources 18 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> 19 <color name="switchbar_switch_track_tint">#82000000</color> 20 <color name="switchbar_switch_thumb_tint">@android:color/black</color> 21 <color name="homepage_accessibility_background">#783BE5</color> 22 <color name="homepage_support_background">#3F5FBD</color> 23 <color name="contextual_card_background">@*android:color/material_grey_900</color> 24 <color name="search_bar_background">?androidprv:attr/materialColorSurfaceContainerHigh</color> 25 <color name="notification_importance_button_unselected">#5F6368</color> 26 27 <!-- Palette list preference colors. --> 28 <color name="palette_list_gradient_background">@android:color/black</color> 29 <color name="palette_list_color_red">@color/palette_list_dark_mode_color_red</color> 30 <color name="palette_list_color_orange">@color/palette_list_dark_mode_color_orange</color> 31 <color name="palette_list_color_yellow">@color/palette_list_dark_mode_color_yellow</color> 32 <color name="palette_list_color_green">@color/palette_list_dark_mode_color_green</color> 33 <color name="palette_list_color_cyan">@color/palette_list_dark_mode_color_cyan</color> 34 <color name="palette_list_color_blue">@color/palette_list_dark_mode_color_blue</color> 35 <color name="palette_list_color_purple">@color/palette_list_dark_mode_color_purple</color> 36 <color name="palette_list_color_gray">@color/palette_list_dark_mode_color_gray</color> 37 <color name="gestures_setting_background_color">@android:color/black</color> 38 39 <!-- Dialog error color. --> 40 <color name="settings_dialog_colorError">#f28b82</color> <!-- Red 300 --> 41 42 <!-- Face and fingerprint enrollment --> 43 <color name="biometric_enroll_intro_color_bar">#5bb974</color> 44 <color name="biometric_enroll_intro_color_icon">#669df6</color> 45 <color name="biometric_enroll_intro_color_outline">#5e5e5e</color> 46 <color name="fingerprint_enrollment_finish_color_outline">#669df6</color> 47 48 <!-- Side fingerprint sensor enrollment animation colors --> 49 <color name="sfps_enrollment_fp_captured_color">#d2e3fc</color> <!-- Blue 100 --> 50 <color name="sfps_enrollment_fp_error_color">#fad2cf</color> <!-- Red 100 --> 51 <color name="sfps_enrollment_progress_bar_bg_color">#3C4043</color> <!-- Gray 800 --> 52 <color name="sfps_enrollment_progress_bar_fill_color">#669df6</color> <!-- Blue 400 --> 53 <color name="sfps_enrollment_progress_bar_error_color">#ee675c</color> <!-- Red 400 --> 54 55 <!-- Material inverse ripple color, useful for inverted backgrounds. --> 56 <color name="ripple_material_inverse">@*android:color/ripple_material_light</color> 57 58 <!-- Icon tint color for battery usage system icon --> 59 <color name="battery_usage_system_icon_color">@android:color/white</color> 60 61 62 <!-- UDFPS colors --> 63 <color name="udfps_enroll_icon">#7DA7F1</color> 64 <color name="udfps_moving_target_fill">#475670</color> 65 <!-- 50% of udfps_moving_target_fill--> 66 <color name="udfps_moving_target_fill_error">#80475670</color> 67 <color name="udfps_enroll_progress">#7DA7F1</color> 68 <color name="udfps_enroll_progress_help">#607DA7F1</color> 69 <color name="udfps_enroll_progress_help_with_talkback">#FFEE675C</color> 70 71 <!-- Flash notifications colors --> 72 <!-- Screen flash notification color selected stroke in color selection dialog --> 73 <color name="screen_flash_color_button_outer_circle_stroke_color">#FFFFFF</color> 74 75 <!-- Switch bar disabled state color--> 76 <color name="switch_bar_state_disabled_color">#1FE3E3E3</color> 77</resources> 78 79