colors_material.xml revision 0fa3c1c65634704536bdd51f91dca35be552c7c9
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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<!-- Colors specific to Material themes. -->
18<resources>
19    <color name="background_material_dark">#ff303030</color>
20    <color name="background_material_light">#ffeeeeee</color>
21    <color name="background_floating_material_dark">#ff424242</color>
22    <color name="background_floating_material_light">#ffeeeeee</color>
23
24    <color name="primary_material_dark">#ff212121</color>
25    <color name="primary_material_light">#ffbdbdbd</color>
26    <color name="primary_dark_material_dark">#ff000000</color>
27    <color name="primary_dark_material_light">#ff757575</color>
28
29    <color name="ripple_material_dark">#40ffffff</color>
30    <color name="ripple_material_light">#40000000</color>
31
32    <color name="accent_material_light">@color/material_deep_teal_500</color>
33    <color name="accent_material_dark">@color/material_deep_teal_200</color>
34
35    <color name="button_material_dark">#ff5a595b</color>
36    <color name="button_material_light">#ffd6d7d7</color>
37
38    <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
39    <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
40    <color name="switch_thumb_disabled_material_dark">#ff616161</color>
41    <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
42
43    <color name="bright_foreground_material_dark">@color/white</color>
44    <color name="bright_foreground_material_light">@color/black</color>
45    <!-- White 50% -->
46    <color name="bright_foreground_disabled_material_dark">#80ffffff</color>
47    <!-- Black 50% -->
48    <color name="bright_foreground_disabled_material_light">#80000000</color>
49    <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
50    <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
51
52    <color name="dim_foreground_material_dark">#ffbebebe</color>
53    <color name="dim_foreground_material_light">#ff323232</color>
54    <color name="dim_foreground_disabled_material_dark">#80bebebe</color>
55    <color name="dim_foreground_disabled_material_light">#80323232</color>
56
57    <color name="hint_foreground_material_dark">@color/bright_foreground_disabled_material_dark</color>
58    <color name="hint_foreground_material_light">@color/bright_foreground_disabled_material_light</color>
59
60    <!-- TODO: This is 40% alpha on the default accent color. -->
61    <color name="highlighted_text_material_dark">#6680cbc4</color>
62    <!-- TODO: This is 40% alpha on the default accent color. -->
63    <color name="highlighted_text_material_light">#66009688</color>
64
65    <color name="link_text_material_dark">@color/material_deep_teal_200</color>
66    <color name="link_text_material_light">@color/material_deep_teal_500</color>
67
68    <!-- Text & foreground colors -->
69    <eat-comment />
70
71    <color name="primary_text_default_material_light">#de000000</color>
72    <color name="secondary_text_default_material_light">#8a000000</color>
73
74    <color name="primary_text_default_material_dark">#ffffffff</color>
75    <color name="secondary_text_default_material_dark">#b3ffffff</color>
76
77    <item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item>
78    <item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item>
79
80    <!-- Primary & accent colors -->
81    <eat-comment />
82
83    <color name="material_deep_teal_200">#ff80cbc4</color>
84    <color name="material_deep_teal_500">#ff009688</color>
85
86    <color name="material_blue_grey_800">#ff37474f</color>
87    <color name="material_blue_grey_900">#ff263238</color>
88    <color name="material_blue_grey_950">#ff21272b</color>
89
90    <!-- Time picker defaults when no theme is set -->
91    <eat-comment />
92
93    <color name="timepicker_default_background_material">@color/primary_text_default_material_light</color>
94    <color name="timepicker_default_text_color_material">@color/black</color>
95    <color name="timepicker_default_ampm_selected_background_color_material">@color/material_deep_teal_200</color>
96    <color name="timepicker_default_ampm_unselected_background_color_material">@color/transparent</color>
97    <color name="timepicker_default_selector_color_material">@color/material_deep_teal_200</color>
98    <color name="timepicker_default_numbers_background_color_material">@color/transparent</color>
99
100    <!-- DatePicker colors -->
101    <eat-comment />
102
103    <color name="datepicker_default_header_selector_background_material_light">@color/white</color>
104    <color name="datepicker_default_header_selector_background_material_dark">#ff303030</color>
105
106    <color name="datepicker_default_header_dayofweek_background_color_material_light">#999999</color>
107    <color name="datepicker_default_header_dayofweek_background_color_material_dark">@color/white</color>
108
109    <color name="datepicker_default_normal_text_color_material_light">#ff999999</color>
110    <color name="datepicker_default_normal_text_color_material_dark">@android:color/white</color>
111
112    <color name="datepicker_default_disabled_text_color_material_light">#80999999</color>
113    <color name="datepicker_default_disabled_text_color_material_dark">#80999999</color>
114
115    <color name="datepicker_default_selected_text_color_material_light">#33b5e5</color>
116    <color name="datepicker_default_selected_text_color_material_dark">#33b5e5</color>
117
118    <color name="datepicker_default_pressed_text_color_material_light">#0099cc</color>
119    <color name="datepicker_default_pressed_text_color_material_dark">#0099cc</color>
120
121    <color name="datepicker_default_circle_background_color_material_light">@color/material_deep_teal_500</color>
122    <color name="datepicker_default_circle_background_color_material_dark">@color/material_deep_teal_200</color>
123
124    <color name="datepicker_default_view_animator_color_material_light">#f2f2f2</color>
125    <color name="datepicker_default_view_animator_color_material_dark">#ff303030</color>
126
127</resources>
128