Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / values / colors_material.xml
blob92426c6a9bcac0061b9de3fc95d625f4deb64e04
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2014 The Android Open Source Project
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
8           http://www.apache.org/licenses/LICENSE-2.0
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 -->
17 <!-- Colors specific to Material themes. -->
18 <resources>
19     <color name="foreground_material_dark">@color/white</color>
20     <color name="foreground_material_light">@color/black</color>
22     <color name="background_material_dark">@color/material_grey_850</color>
23     <color name="background_material_light">@color/material_grey_50</color>
24     <color name="background_floating_material_dark">@color/material_grey_800</color>
25     <color name="background_floating_material_light">@color/white</color>
27     <color name="primary_material_dark">@color/material_grey_900</color>
28     <color name="primary_material_light">@color/material_grey_100</color>
29     <color name="primary_material_settings">@color/material_blue_grey_900</color>
30     <color name="primary_dark_material_dark">@color/black</color>
31     <color name="primary_dark_material_light">@color/material_grey_600</color>
32     <color name="primary_dark_material_light_light_status_bar">@color/material_grey_300</color>
33     <color name="primary_dark_material_settings">@color/material_blue_grey_950</color>
35     <color name="secondary_material_settings">@color/material_blue_grey_800</color>
36     <color name="tertiary_material_settings">@color/material_blue_grey_700</color>
37     <color name="quaternary_material_settings">@color/material_blue_grey_200</color>
39     <color name="accent_material_light">@color/material_deep_teal_500</color>
40     <color name="accent_material_dark">@color/material_deep_teal_200</color>
42     <color name="button_material_dark">#ff5a595b</color>
43     <color name="button_material_light">#ffd6d7d7</color>
45     <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
46     <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
47     <color name="switch_thumb_disabled_material_dark">#ff616161</color>
48     <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
50     <!-- Text & foreground colors -->
51     <eat-comment />
53     <!-- 87% black -->
54     <color name="primary_text_default_material_light">#de000000</color>
55     <!-- 54% black -->
56     <color name="secondary_text_default_material_light">#8a000000</color>
58     <!-- 100% white -->
59     <color name="primary_text_default_material_dark">#ffffffff</color>
60     <!-- 70% white -->
61     <color name="secondary_text_default_material_dark">#b3ffffff</color>
63     <item name="hint_alpha_material_dark" format="float" type="dimen">0.50</item>
64     <item name="hint_alpha_material_light" format="float" type="dimen">0.38</item>
66     <item name="hint_pressed_alpha_material_dark" format="float" type="dimen">0.70</item>
67     <item name="hint_pressed_alpha_material_light" format="float" type="dimen">0.54</item>
69     <item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item>
70     <item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item>
72     <item name="highlight_alpha_material_light" format="float" type="dimen">0.12</item>
73     <item name="highlight_alpha_material_dark" format="float" type="dimen">0.20</item>
74     <item name="highlight_alpha_material_colored" format="float" type="dimen">0.26</item>
76     <!-- Primary & accent colors -->
77     <eat-comment />
79     <color name="material_grey_900">#ff212121</color>
80     <color name="material_grey_850">#ff303030</color>
81     <color name="material_grey_800">#ff424242</color>
82     <color name="material_grey_600">#ff757575</color>
83     <color name="material_grey_300">#ffe0e0e0</color>
84     <color name="material_grey_100">#fff5f5f5</color>
85     <color name="material_grey_50">#fffafafa</color>
87     <color name="material_deep_teal_50">#ffe0f2f1</color>
88     <color name="material_deep_teal_100">#ffb2dfdb</color>
89     <color name="material_deep_teal_200">#ff80cbc4</color>
90     <color name="material_deep_teal_300">#ff4db6ac</color>
91     <color name="material_deep_teal_500">#ff009688</color>
92     <color name="material_deep_teal_700">#ff00796b</color>
94     <color name="material_blue_grey_200">#ffb0bec5</color>
95     <color name="material_blue_grey_700">#ff455a64</color>
96     <color name="material_blue_grey_800">#ff37474f</color>
97     <color name="material_blue_grey_900">#ff263238</color>
98     <color name="material_blue_grey_950">#ff21272b</color>
100     <!-- Time picker defaults when no theme is set -->
101     <eat-comment />
103     <color name="timepicker_default_background_material">@color/primary_text_default_material_light</color>
104     <color name="timepicker_default_text_color_material">@color/black</color>
105     <color name="timepicker_default_ampm_selected_background_color_material">@color/material_deep_teal_200</color>
106     <color name="timepicker_default_ampm_unselected_background_color_material">@color/transparent</color>
107     <color name="timepicker_default_selector_color_material">@color/material_deep_teal_200</color>
108     <color name="timepicker_default_numbers_background_color_material">@color/transparent</color>
110     <!-- DatePicker colors -->
111     <eat-comment />
113     <color name="datepicker_default_header_selector_background_material_light">@color/white</color>
114     <color name="datepicker_default_header_selector_background_material_dark">#ff303030</color>
116     <color name="datepicker_default_header_dayofweek_background_color_material_light">#999999</color>
117     <color name="datepicker_default_header_dayofweek_background_color_material_dark">@color/white</color>
119     <color name="datepicker_default_normal_text_color_material_light">#ff999999</color>
120     <color name="datepicker_default_normal_text_color_material_dark">@android:color/white</color>
122     <color name="datepicker_default_disabled_text_color_material_light">#80999999</color>
123     <color name="datepicker_default_disabled_text_color_material_dark">#80999999</color>
125     <color name="datepicker_default_selected_text_color_material_light">#ff33b5e5</color>
126     <color name="datepicker_default_selected_text_color_material_dark">#ff33b5e5</color>
128     <color name="datepicker_default_pressed_text_color_material_light">#ff0099cc</color>
129     <color name="datepicker_default_pressed_text_color_material_dark">#ff0099cc</color>
131     <color name="datepicker_default_circle_background_color_material_light">@color/material_deep_teal_500</color>
132     <color name="datepicker_default_circle_background_color_material_dark">@color/material_deep_teal_200</color>
134     <color name="datepicker_default_view_animator_color_material_light">#fff2f2f2</color>
135     <color name="datepicker_default_view_animator_color_material_dark">#ff303030</color>
137 </resources>