1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* //device/apps/common/assets/res/any/colors.xml 4** 5** Copyright 2006, The Android Open Source Project 6** 7** Licensed under the Apache License, Version 2.0 (the "License"); 8** you may not use this file except in compliance with the License. 9** You may obtain a copy of the License at 10** 11** http://www.apache.org/licenses/LICENSE-2.0 12** 13** Unless required by applicable law or agreed to in writing, software 14** distributed under the License is distributed on an "AS IS" BASIS, 15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16** See the License for the specific language governing permissions and 17** limitations under the License. 18*/ 19--> 20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 22 <!-- Do not translate. These are all of the drawable resources that should be preloaded by 23 the zygote process before it starts forking application processes. --> 24 <array name="preloaded_drawables"> 25 <item>@drawable/action_bar_item_background_material</item> 26 <item>@drawable/activated_background_material</item> 27 <item>@drawable/btn_borderless_material</item> 28 <item>@drawable/btn_check_material_anim</item> 29 <item>@drawable/btn_colored_material</item> 30 <item>@drawable/btn_default_material</item> 31 <item>@drawable/btn_radio_material_anim</item> 32 <item>@drawable/btn_toggle_material</item> 33 <item>@drawable/control_background_32dp_material</item> 34 <item>@drawable/control_background_40dp_material</item> 35 <item>@drawable/dialog_background_material</item> 36 <item>@drawable/fastscroll_label_left_material</item> 37 <item>@drawable/fastscroll_label_right_material</item> 38 <item>@drawable/fastscroll_thumb_material</item> 39 <item>@drawable/fastscroll_track_material</item> 40 <item>@drawable/floating_popup_background</item> 41 <item>@drawable/ic_ab_back_material</item> 42 <item>@drawable/ic_ab_back_material_dark</item> 43 <item>@drawable/ic_ab_back_material_light</item> 44 <item>@drawable/ic_account_circle</item> 45 <item>@drawable/ic_arrow_drop_right_black_24dp</item> 46 <item>@drawable/ic_clear_material</item> 47 <item>@drawable/ic_dialog_alert_material</item> 48 <item>@drawable/ic_go_search_api_material</item> 49 <item>@drawable/ic_menu_copy_material</item> 50 <item>@drawable/ic_menu_cut_material</item> 51 <item>@drawable/ic_menu_moreoverflow_material</item> 52 <item>@drawable/ic_menu_paste_material</item> 53 <item>@drawable/ic_menu_selectall_material</item> 54 <item>@drawable/ic_menu_share_material</item> 55 <item>@drawable/ic_search_api_material</item> 56 <item>@drawable/ic_voice_search_api_material</item> 57 <item>@drawable/item_background_borderless_material</item> 58 <item>@drawable/item_background_borderless_material_dark</item> 59 <item>@drawable/item_background_borderless_material_light</item> 60 <item>@drawable/item_background_material</item> 61 <item>@drawable/item_background_material_dark</item> 62 <item>@drawable/item_background_material_light</item> 63 <item>@drawable/list_choice_background_material</item> 64 <item>@drawable/list_divider_material</item> 65 <item>@drawable/notification_material_action_background</item> 66 <item>@drawable/notification_material_media_action_background</item> 67 <item>@drawable/number_picker_divider_material</item> 68 <item>@drawable/popup_background_material</item> 69 <item>@drawable/progress_horizontal_material</item> 70 <item>@drawable/progress_indeterminate_horizontal_material</item> 71 <item>@drawable/progress_large_material</item> 72 <item>@drawable/progress_medium_material</item> 73 <item>@drawable/progress_small_material</item> 74 <item>@drawable/screen_background_dark</item> 75 <item>@drawable/screen_background_dark_transparent</item> 76 <item>@drawable/screen_background_light</item> 77 <item>@drawable/screen_background_light_transparent</item> 78 <item>@drawable/screen_background_selector_dark</item> 79 <item>@drawable/screen_background_selector_light</item> 80 <item>@drawable/scrollbar_handle_material</item> 81 <item>@drawable/seekbar_thumb_material_anim</item> 82 <item>@drawable/seekbar_tick_mark_material</item> 83 <item>@drawable/seekbar_track_material</item> 84 <item>@drawable/spinner_background_material</item> 85 <item>@drawable/switch_track_material</item> 86 <item>@drawable/tab_indicator_material</item> 87 <item>@drawable/text_cursor_material</item> 88 </array> 89 90 <!-- Do not translate. These are all of the color state list resources that should be 91 preloaded by the zygote process before it starts forking application processes. --> 92 <array name="preloaded_color_state_lists"> 93 <item>@color/primary_text_dark</item> 94 <item>@color/primary_text_dark_disable_only</item> 95 <item>@color/primary_text_dark_nodisable</item> 96 <item>@color/primary_text_disable_only_holo_dark</item> 97 <item>@color/primary_text_disable_only_holo_light</item> 98 <item>@color/primary_text_holo_dark</item> 99 <item>@color/primary_text_holo_light</item> 100 <item>@color/primary_text_light</item> 101 <item>@color/primary_text_light_disable_only</item> 102 <item>@color/primary_text_light_nodisable</item> 103 <item>@color/primary_text_nodisable_holo_dark</item> 104 <item>@color/primary_text_nodisable_holo_light</item> 105 <item>@color/secondary_text_dark</item> 106 <item>@color/secondary_text_dark_nodisable</item> 107 <item>@color/secondary_text_holo_dark</item> 108 <item>@color/secondary_text_holo_light</item> 109 <item>@color/secondary_text_light</item> 110 <item>@color/secondary_text_light_nodisable</item> 111 <item>@color/secondary_text_nodisable_holo_dark</item> 112 <item>@color/secondary_text_nodisable_holo_light</item> 113 <item>@color/secondary_text_nofocus</item> 114 <item>@color/hint_foreground_dark</item> 115 <item>@color/hint_foreground_holo_dark</item> 116 <item>@color/hint_foreground_holo_light</item> 117 <item>@color/hint_foreground_light</item> 118 <item>@color/bright_foreground_light</item> 119 <item>@color/bright_foreground_dark</item> 120 <item>@color/tab_indicator_text</item> 121 <item>#ff000000</item> 122 <item>#00000000</item> 123 <item>#ffffffff</item> 124 125 <!-- Material color state lists --> 126 <item>@color/background_cache_hint_selector_material_dark</item> 127 <item>@color/background_cache_hint_selector_material_light</item> 128 <item>@color/btn_default_material_dark</item> 129 <item>@color/btn_default_material_light</item> 130 <item>@color/primary_text_disable_only_material_dark</item> 131 <item>@color/primary_text_disable_only_material_light</item> 132 <item>@color/primary_text_material_dark</item> 133 <item>@color/primary_text_material_light</item> 134 <item>@color/search_url_text_material_dark</item> 135 <item>@color/search_url_text_material_light</item> 136 </array> 137 138 <!-- Used in LocalePicker --> 139 <string-array translatable="false" name="special_locale_codes"> 140 <!-- http://b/17150708 - ensure that the list of languages says "Arabic" 141 rather than "Arabic (Egypt)". If you're an OEM supporting multiple 142 Arabic locales, you should remove this entry so that ar_EG is shown 143 as "Arabic (Egypt)" in Settings. --> 144 <item>ar_EG</item> 145 146 <item>zh_CN</item> 147 <item>zh_TW</item> 148 </string-array> 149 150 <!-- Used in LocalePicker --> 151 <string-array translatable="false" name="special_locale_names"> 152 <!-- http://b/17150708 - ensure that the list of languages says "Arabic" 153 rather than "Arabic (Egypt)". If you're an OEM supporting multiple 154 Arabic locales, you should remove this entry so that ar_EG is shown 155 as "Arabic (Egypt)" in Settings. --> 156 <item>العربية</item> 157 158 <item>中文 (简体)</item> 159 <item>中文 (繁體)</item> 160 </string-array> 161 162 <array name="sim_colors"> 163 <item>@color/SIM_color_cyan</item> 164 <item>@color/SIM_color_blue</item> 165 <item>@color/SIM_color_green</item> 166 <item>@color/SIM_color_purple</item> 167 <item>@color/SIM_color_pink</item> 168 <item>@color/SIM_color_orange</item> 169 </array> 170 171 <!-- Used in ResolverTargetActionsDialogFragment --> 172 <string-array name="resolver_target_actions_pin"> 173 <item>@string/pin_target</item> 174 <item>@string/app_info</item> 175 </string-array> 176 177 <string-array name="resolver_target_actions_unpin"> 178 <item>@string/unpin_target</item> 179 <item>@string/app_info</item> 180 </string-array> 181 182 <!-- Certificate digests for trusted apps that will be allowed to obtain the knownSigner Wi-Fi 183 permissions. The digest should be computed over the DER encoding of the trusted certificate 184 using the SHA-256 digest algorithm. --> 185 <string-array name="wifi_known_signers"> 186 </string-array> 187 188 <!-- Device-specific array of SIM slot indexes which are are embedded eUICCs. 189 e.g. If a device has two physical slots with indexes 0, 1, and slot 1 is an 190 eUICC, then the value of this array should be: 191 <integer-array name="non_removable_euicc_slots"> 192 <item>1</item> 193 </integer-array> 194 If a device has three physical slots and slot 1 and 2 are eUICCs, then the value of 195 this array should be: 196 <integer-array name="non_removable_euicc_slots"> 197 <item>1</item> 198 <item>2</item> 199 </integer-array> 200 This is used to differentiate between removable eUICCs and built in eUICCs, and should 201 be set by OEMs for devices which use eUICCs. --> 202 <integer-array name="non_removable_euicc_slots"></integer-array> 203 204 <!-- Device state identifiers and strings for system notifications. The string arrays must have 205 the same length and order as the identifier array. --> 206 <integer-array name="device_state_notification_state_identifiers"> 207 <item>@integer/config_deviceStateConcurrentRearDisplay</item> 208 </integer-array> 209 <string-array name="device_state_notification_names"> 210 <item>@string/concurrent_display_notification_name</item> 211 </string-array> 212 <string-array name="device_state_notification_active_titles"> 213 <item>@string/concurrent_display_notification_active_title</item> 214 </string-array> 215 <string-array name="device_state_notification_active_contents"> 216 <item>@string/concurrent_display_notification_active_content</item> 217 </string-array> 218 <string-array name="device_state_notification_thermal_titles"> 219 <item>@string/concurrent_display_notification_thermal_title</item> 220 </string-array> 221 <string-array name="device_state_notification_thermal_contents"> 222 <item>@string/concurrent_display_notification_thermal_content</item> 223 </string-array> 224 <string-array name="device_state_notification_power_save_titles"> 225 <item>@string/concurrent_display_notification_power_save_title</item> 226 </string-array> 227 <string-array name="device_state_notification_power_save_contents"> 228 <item>@string/concurrent_display_notification_power_save_content</item> 229 </string-array> 230 231 <!-- Certificate digests for trusted apps that will be allowed to obtain the knownSigner of the 232 demo device provisioning permissions. --> 233 <string-array name="demo_device_provisioning_known_signers"> 234 <item>@string/config_retailDemoPackageSignature</item> 235 </string-array> 236</resources> 237