blob: 46a5fde6d2d795b6f92f992f3470b8305dd6cac6 [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>
35 <color name="lb_error_message_color_on_opaque">#80EEEEEE</color>
36 <color name="lb_error_message_color_on_translucent">#80555555</color>
37
38 <color name="lb_action_text_color">#EEEEEE</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070039
Qiwen Zhao72626892014-09-11 08:07:07 -070040 <color name="lb_search_bar_text">#FFEEEEEE</color>
41 <color name="lb_search_bar_text_speech_mode">#FF444444</color>
42 <color name="lb_search_bar_hint">#FF888888</color>
43 <color name="lb_search_bar_hint_speech_mode">#66222222</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070044
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070045 <color name="lb_speech_orb_not_recording">#CCCCCC</color>
46 <color name="lb_speech_orb_not_recording_pulsed">#EEEEEE</color>
Qiwen Zhao464b41e2014-09-10 08:12:21 -070047 <color name="lb_speech_orb_recording">#ff4343</color>
48 <color name="lb_speech_orb_not_recording_icon">#555555</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070049
50 <color name="lb_basic_card_bg_color">#FF3B3B3B</color>
51 <color name="lb_basic_card_info_bg_color">#FF3B3B3B</color>
52 <color name="lb_basic_card_title_text_color">#FFEEEEEE</color>
53 <color name="lb_basic_card_content_text_color">#FF888888</color>
54
55 <color name="lb_default_brand_color">#FF455A64</color>
56 <color name="lb_default_search_color">#FFFFAA3F</color>
Dharmesh Mokani66e1d302014-07-25 15:27:41 -070057
58 <color name="lb_control_button_color">#66EEEEEE</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
Qiwen Zhao19a22f52014-10-07 10:26:29 -070067 <color name="lb_search_plate_hint_text_color">#FFCCCCCC</color>
Ying Wang1ee37af2014-07-14 17:26:42 -070068</resources>