1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 ~ Copyright (C) 2015 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> 19 <!-- Common --> 20 <color name="accent_color">#80D3FB</color> 21 <color name="control_activated_color">#80D3FB</color> 22 <color name="primary_color">#0285D3</color> 23 24 <!-- TvActivity --> 25 <color name="tvactivity_background">#000000</color> 26 <color name="tvactivity_background_on_shrunken_tvview">#111111</color> 27 28 <!-- Main menu --> 29 <color name="menu_row_title">#FFEEEEEE</color> 30 31 <!-- Play controls --> 32 <color name="play_controls_time_text_color">#26C6DA</color> 33 <color name="play_controls_progress_bar_background">#33EEEEEE</color> 34 <color name="play_controls_progress_bar_watched">#26C6DA</color> 35 <color name="play_controls_progress_bar_buffered">#00ACC1</color> 36 <color name="play_controls_progress_time_indicator_color">#26C6DA</color> 37 <color name="play_controls_rec_time_text_color">#26C6DA</color> 38 <color name="play_controls_body_background_enabled">#0277BD</color> 39 <color name="play_controls_body_background_disabled">#800277BD</color> 40 <color name="play_controls_unavailable_message_text_color">#B3EEEEEE</color> 41 42 <!-- Base card --> 43 <color name="card_meta_text_color_enabled">#EEEEEE</color> 44 <color name="card_meta_text_color_disabled">#4DEEEEEE</color> 45 46 <!-- App link card --> 47 <color name="app_link_card_icon_color_filter">@color/card_meta_text_color_enabled</color> 48 49 <!-- Channel card --> 50 <color name="channel_card">#455A64</color> 51 <color name="channel_card_guide">#0288D1</color> 52 <color name="channel_card_meta_background">#384248</color> 53 <color name="channel_card_progress_bar_background">#1AEEEEEE</color> 54 <color name="channel_card_progress_bar_foreground">#00FFFF</color> 55 56 <!-- Guide card --> 57 <color name="guide_card_meta_background">#0176BC</color> 58 59 <!-- Action card --> 60 <color name="action_card_selected_background">#33EEEEEE</color> 61 <color name="action_card_deselected_background">#33455A64</color> 62 <color name="action_card_label_color">#EEEEEE</color> 63 <color name="action_card_state_color">#B3EEEEEE</color> 64 65 <!-- Side panel --> 66 <color name="side_panel_background">#263238</color> 67 <color name="side_panel_header_background">#0277BD</color> 68 69 <!-- More options --> 70 <color name="option_item_divider_color">#20EEEEEE</color> 71 <color name="option_item_text_color_enabled">#FFEEEEEE</color> 72 <color name="option_item_text_color_disabled">#4DEEEEEE</color> 73 <color name="option_item_secondary_text_color_enabled">#80EEEEEE</color> 74 <color name="option_item_secondary_text_color_disabled">#4DEEEEEE</color> 75 <color name="option_item_divider_text_color">#039BE5</color> 76 77 <!-- Program guide --> 78 <color name="program_guide_scrim">#99000000</color> 79 <color name="program_guide_side_panel_background">#0176BC</color> 80 <color name="program_guide_side_panel_text_color">#FFEEEEEE</color> 81 <color name="program_guide_side_panel_text_color_unfocused">#80EEEEEE</color> 82 <color name="program_guide_table_header_row_background">#F2455A64</color> 83 <color name="program_guide_table_header_row_current_time_text_color">#17FFFF</color> 84 <color name="program_guide_table_header_row_time_text_color">#80EEEEEE</color> 85 <color name="program_guide_table_header_column_background">#F237474F</color> 86 <color name="program_guide_table_header_column_channel_number_text_color">#EEEEEE</color> 87 <color name="program_guide_table_header_column_channel_number_blocked_text_color">#80EEEEEE</color> 88 <color name="program_guide_table_header_column_channel_name_text_color">#EEEEEE</color> 89 <color name="program_guide_table_border_color">#0DEEEEEE</color> 90 <color name="program_guide_table_grid_background">#F2263238</color> 91 <!-- Color code to make color #800176BC on top of #4D17FFFF. 92 Overlay is done in rest of progress because its color has higher alpha value. --> 93 <color name="program_guide_table_item_focus_progress_overlay">#49000F8A</color> 94 <color name="program_guide_table_item_program_title_text_color">#EEEEEE</color> 95 <color name="program_guide_table_item_program_episode_title_text_color">#B3EEEEEE</color> 96 <color name="program_guide_table_item_grayed_out_program_episode_title_text_color">#4CEEEEEE</color> 97 <color name="program_guide_table_item_grayed_out_program_text_color_not_focused">#4CEEEEEE</color> 98 <color name="program_guide_table_item_grayed_out_program_text_color_focused">#80EEEEEE</color> 99 <color name="program_guide_table_detail_background">#1A0176BC</color> 100 <color name="program_guide_table_detail_title_text_color">#EEEEEE</color> 101 <color name="program_guide_table_detail_episode_title_text_color">#B3EEEEEE</color> 102 <color name="program_guide_table_detail_title_grayed_text_color">#4CEEEEEE</color> 103 <color name="program_guide_table_detail_time_text_color">#B3EEEEEE</color> 104 <color name="program_guide_table_detail_desc_text_color">#B3EEEEEE</color> 105 <color name="program_guide_time_indicator_color">#17FFFF</color> 106 107 <!-- TV view --> 108 <color name="tvview_block_text_color">#80EEEEEE</color> 109 110 <!-- Channel banner --> 111 <color name="channel_banner_text_color">#FFEEEEEE</color> 112 <color name="channel_banner_episode_text_color">#B3EEEEEE</color> 113 <color name="channel_banner_secondary_input_label_color">#B3EEEEEE</color> 114 <color name="channel_banner_dim_text_color">#80EEEEEE</color> 115 116 <!-- Keypad channel switch --> 117 <color name="keypad_channel_switch_text_color">@color/channel_banner_text_color</color> 118 119 <!-- Select input --> 120 <color name="select_input_text_color_primary">@color/channel_banner_text_color</color> 121 <color name="select_input_text_color_secondary">@color/channel_banner_secondary_input_label_color</color> 122 <color name="select_input_text_color_disabled">#4DEEEEEE</color> 123 124 <!-- Recommendation cards in LeanbackLauncher --> 125 <color name="recommendation_card_background">#0288D1</color> 126 127 <!-- PIN dialog --> 128 <color name="pin_dialog_background">#384248</color> 129 <color name="pin_dialog_text_color">#C0EEEEEE</color> 130 <color name="pin_number_picker_text_color">#FFEEEEEE</color> 131 <color name="pin_number_picker_focused_background">#4B5459</color> 132 133 <!-- Setup --> 134 <color name="setup_title">#EEEEEE</color> 135 <color name="setup_description">#B3EEEEEE</color> 136 <!-- Add alpha value to common_tv_background --> 137 <color name="setup_background">#E70288D1</color> 138 <!-- Add alpha value to common_setup_action_background --> 139 <color name="setup_actions_background">#B30374BF</color> 140 <!-- Add alpha value to common_setup_done_container_background --> 141 <color name="setup_done_button_container_background">#8004549D</color> 142 <color name="setup_category">#3EC2FF</color> 143 </resources> 144