OSDN Git Service

[automerger skipped] Import translations. DO NOT MERGE skipped: 0a7ae11c49 skipped...
[android-x86/packages-apps-Settings.git] / res / values / colors.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2007 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     <color name="black">#000</color>
19     <color name="red">#F00</color>
20     <color name="blue">#00F</color>
21
22     <color name="material_empty_color_light">#FFCED7DB</color>
23
24     <color name="bluetooth_dialog_text_color">#8a000000</color>
25
26     <color name="crypt_keeper_clock_background">#ff9a9a9a</color>
27     <color name="crypt_keeper_clock_foreground">#ff666666</color>
28     <color name="crypt_keeper_clock_am_pm">#ff9a9a9a</color>
29     <color name="crypt_keeper_password_background">#70606060</color>
30
31     <color name="divider_color">#20ffffff</color>
32     <color name="title_color">@android:color/holo_blue_light</color>
33     <color name="setup_divider_color_dark">#33ffffff</color>
34     <color name="setup_divider_color_light">#33000000</color>
35     <color name="setup_lock_pattern_view_regular_color_dark">#ffbdbdbd</color>
36     <color name="setup_lock_pattern_view_regular_color_light">@color/lock_pattern_view_regular_color</color>
37     <color name="setup_lock_pattern_view_success_color_dark">#ff84ffff</color>
38     <color name="setup_lock_pattern_view_success_color_light">@color/suw_color_accent_light</color>
39     <color name="setup_lock_pattern_view_error_color_dark">#fff44336</color>
40     <color name="setup_wizard_wifi_color_dark">#89ffffff</color>
41     <color name="setup_wizard_wifi_color_light">#89000000</color>
42
43     <color name="lock_pattern_background">#00000000</color>
44     <color name="lock_pattern_view_regular_color">#ff37474f</color>
45
46     <color name="lock_pattern_view_regular_color_dark">#ffffff</color>
47
48     <color name="unlock_pattern_view_regular_color">@android:color/white</color>
49
50     <color name="fingerprint_title_area_bg">?android:attr/colorAccent</color>
51     <color name="fingerprint_title_color">#ffffffff</color>
52     <color name="fingerprint_message_color">#de000000</color>
53     <color name="fingerprint_indicator_background_resting">#12000000</color>
54
55     <color name="running_processes_system_ram">#ff384248</color>
56     <color name="running_processes_free_ram">#ffced7db</color>
57
58     <color name="wifi_divider">#ffe0e0e0</color>
59     <color name="sim_noitification">@*android:color/material_deep_teal_500</color>
60
61     <color name="confirm_device_credential_transparent_black">#60000000</color>
62     <color name="voice_interaction_highlight">#33b5e5</color>
63
64     <drawable name="fp_enrollment_header_landscape">#009688</drawable>
65
66     <color name="memory_normal">#ff009587</color>
67     <color name="memory_moderate">#ffF3B300</color>
68     <color name="memory_low">#ffff9700</color>
69     <color name="memory_critical">#ffff5621</color>
70
71     <color name="memory_avg_use">#ff384248</color>
72
73     <!-- Accent color that matches the settings launcher icon -->
74     <color name="icon_accent">#ffabffec</color>
75
76     <color name="importance_icon_tint">#8a000000</color>
77     <color name="importance_disabled_tint">#4d000000</color>
78
79     <!-- Accessibility SUW colors -->
80     <color name="material_blue_500">#4285F4</color>
81     <color name="material_blue_700">#3367D6</color>
82     <color name="material_grey_100">#f5f5f5</color>
83     <color name="material_grey_200">#ffffff</color>
84
85     <color name="message_text_incoming">#ffffffff</color>
86     <color name="message_text_outgoing">#ff323232</color>
87     <color name="timestamp_text_outgoing">#99323232</color>
88     <color name="timestamp_text_incoming">#99ffffff</color>
89     <color name="message_bubble_incoming">#689f38</color>
90     <color name="message_bubble_outgoing">#ffffffff</color>
91     <color name="conversation_background">#eeeeee</color>
92     <color name="message_icon_background_incoming">#689f38</color>
93     <color name="message_icon_text_incoming">#ffffffff</color>
94     <color name="message_icon_background_outgoing">#4285f4</color>
95     <color name="message_icon_text_outgoing">#ffffffff</color>
96
97     <color name="importance_disabled_slider_color">@*android:color/material_grey_300</color>
98     <color name="importance_secondary_slider_color">#858383</color>
99
100     <color name="usage_graph_dots">#B0BEC5</color>
101
102     <!-- Gestures settings -->
103     <color name="gestures_setting_background_color">#f5f5f5</color>
104
105     <color name="status_bar_color">#3c3c3c</color>
106
107     <!-- Color for the background of the shortcut icons.-->
108     <color name="shortcut_background">#fff5f5f5</color>
109
110     <!-- Color for preference icons on the Wifi Network Details page -->
111     <color name="wifi_details_icon_color">#8A000000</color>
112
113 </resources>