blob: e49b2a525cc322c16fc4d51fc7a29818a4fdfbc7 [file] [log] [blame]
Ying Wang3fbe0d42014-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 Wang3fbe0d42014-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>
Sandeep Siddharthafbcf1022014-09-16 13:57:56 -070031 <color name="lb_details_description_body_color">#B2EEEEEE</color>
Ying Wang3fbe0d42014-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 Wang3fbe0d42014-07-14 17:26:42 -070039
Sandeep Siddharthafbcf1022014-09-16 13:57:56 -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 Wang3fbe0d42014-07-14 17:26:42 -070044
Sandeep Siddharthafbcf1022014-09-16 13:57:56 -070045 <color name="lb_speech_orb_not_recording">#CCCCCC</color>
46 <color name="lb_speech_orb_not_recording_pulsed">#EEEEEE</color>
47 <color name="lb_speech_orb_recording">#ff4343</color>
48 <color name="lb_speech_orb_not_recording_icon">#555555</color>
Ying Wang3fbe0d42014-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>
Sandeep Siddharthafbcf1022014-09-16 13:57:56 -070057
58 <color name="lb_control_button_color">#66EEEEEE</color>
59 <color name="lb_playback_progress_color_no_theme">#ff40c4ff</color>
60 <color name="lb_playback_icon_highlight_no_theme">#ff40c4ff</color>
61 <color name="lb_playback_secondary_progress_color">#33FFFFFF</color>
62 <color name="lb_playback_background_progress_color">#19FFFFFF</color>
63 <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
Ying Wang3fbe0d42014-07-14 17:26:42 -070067</resources>