blob: 1549af9c97be2cc27e8bff9c8b17839e2dcf30b3 [file] [log] [blame]
Ying Wang1ee37af2014-07-14 17:26:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<resources xmlns:android="http://schemas.android.com/apk/res/android">
19 <color name="lb_grey">#888888</color>
20
21 <color name="lb_browse_title_color">#EEEEEE</color>
22 <color name="lb_browse_header_color">#FFFFFF</color>
23
24 <color name="lb_list_item_unselected_text_color">#FFF1F1F1</color>
25 <color name="lb_background_protection">#99000000</color>
26
27 <color name="lb_view_dim_mask_color">#000000</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070028
29 <color name="lb_details_overview_bg_color">#1B1B1B</color>
30 <color name="lb_details_description_color">#EEEEEE</color>
Dharmesh Mokanife7af4e2014-07-31 09:29:59 -070031 <color name="lb_details_description_body_color">#B2EEEEEE</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070032
33 <color name="lb_error_background_color_opaque">#262626</color>
34 <color name="lb_error_background_color_translucent">#E6000000</color>
Ye Wen936e1ea2015-01-14 16:29:53 -080035 <color name="lb_error_message">#80EEEEEE</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070036
37 <color name="lb_action_text_color">#EEEEEE</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070038
Ye Wen936e1ea2015-01-14 16:29:53 -080039 <color name="lb_search_bar_text">#80EEEEEE</color>
Qiwen Zhao72626892014-09-11 08:07:07 -070040 <color name="lb_search_bar_text_speech_mode">#FF444444</color>
41 <color name="lb_search_bar_hint">#FF888888</color>
42 <color name="lb_search_bar_hint_speech_mode">#66222222</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070043
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070044 <color name="lb_speech_orb_not_recording">#CCCCCC</color>
45 <color name="lb_speech_orb_not_recording_pulsed">#EEEEEE</color>
Qiwen Zhao464b41e2014-09-10 08:12:21 -070046 <color name="lb_speech_orb_recording">#ff4343</color>
47 <color name="lb_speech_orb_not_recording_icon">#555555</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070048
Qiwen Zhao1a874e22015-06-24 20:38:22 +000049 <color name="lb_basic_card_bg_color">#FF3B3B3B</color>
50 <color name="lb_basic_card_info_bg_color">#FF3B3B3B</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070051 <color name="lb_basic_card_title_text_color">#FFEEEEEE</color>
Qiwen Zhao1a874e22015-06-24 20:38:22 +000052 <color name="lb_basic_card_content_text_color">#99EEEEEE</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070053
54 <color name="lb_default_brand_color">#FF455A64</color>
55 <color name="lb_default_search_color">#FFFFAA3F</color>
Dharmesh Mokani66e1d302014-07-25 15:27:41 -070056
57 <color name="lb_control_button_color">#66EEEEEE</color>
Kaikai Wangd17c8472014-11-12 12:19:28 -080058 <color name="lb_control_button_text">#EEEEEE</color>
Dharmesh Mokani371b2b62014-08-07 22:07:03 -070059 <color name="lb_playback_progress_color_no_theme">#ff40c4ff</color>
60 <color name="lb_playback_icon_highlight_no_theme">#ff40c4ff</color>
Sailesh Nepal08fd8172014-07-28 06:37:53 -070061 <color name="lb_playback_secondary_progress_color">#33FFFFFF</color>
62 <color name="lb_playback_background_progress_color">#19FFFFFF</color>
Ying Wangbb09c252014-08-05 14:40:52 -070063 <color name="lb_playback_controls_background_light">#80000000</color>
64 <color name="lb_playback_controls_background_dark">#c0000000</color>
65 <color name="lb_playback_controls_time_text_color">#B2EEEEEE</color>
66
Kaikai Wang0bdd58a2014-10-29 10:19:47 -070067 <color name="lb_search_plate_hint_text_color">#FFCCCCCC</color>
Filip Gruszczynskib532c512015-03-20 13:38:23 -070068
69 <!-- GuidedStepFragment -->
70 <color name="lb_tv_white">#FFCCCCCC</color>
71
72 <!-- refactor naming here -->
73 <color name="lb_guidedactions_background">#FF111111</color>
74 <color name="lb_guidedactions_selector_color">#26FFFFFF</color>
75 <color name="lb_guidedactions_item_unselected_text_color">#FFF1F1F1</color>
76 <!-- end refactor naming -->
77
Ying Wang1ee37af2014-07-14 17:26:42 -070078</resources>