OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / frameworks / base / core / res / res / values / arrays.xml
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/sym_def_app_icon</item>
26         <item>@drawable/arrow_down_float</item>
27         <item>@drawable/btn_check</item>
28         <item>@drawable/btn_check_label_background</item>
29         <item>@drawable/btn_check_off</item>
30         <item>@drawable/btn_check_on</item>
31         <item>@drawable/btn_default</item>
32         <item>@drawable/btn_default_small</item>
33         <item>@drawable/btn_dropdown</item>
34         <item>@drawable/btn_plus</item>
35         <item>@drawable/btn_minus</item>
36         <item>@drawable/btn_radio</item>
37         <item>@drawable/btn_star</item>
38         <item>@drawable/btn_toggle</item>
39         <item>@drawable/ic_emergency</item>
40         <item>@drawable/divider_horizontal_bright</item>
41         <item>@drawable/divider_horizontal_dark</item>
42         <item>@drawable/edit_text</item>
43         <item>@drawable/expander_group</item>
44         <item>@drawable/list_selector_background</item>
45         <item>@drawable/menu_background</item>
46         <item>@drawable/menu_background_fill_parent_width</item>
47         <item>@drawable/menu_selector</item>
48         <item>@drawable/panel_background</item>
49         <item>@drawable/popup_bottom_bright</item>
50         <item>@drawable/popup_bottom_dark</item>
51         <item>@drawable/popup_bottom_medium</item>
52         <item>@drawable/popup_center_bright</item>
53         <item>@drawable/popup_center_dark</item>
54         <item>@drawable/popup_full_dark</item>
55         <item>@drawable/popup_top_bright</item>
56         <item>@drawable/popup_top_dark</item>
57         <item>@drawable/progress_horizontal</item>
58         <item>@drawable/progress_indeterminate_horizontal</item>
59         <item>@drawable/progress_small</item>
60         <item>@drawable/progress_small_titlebar</item>
61         <item>@drawable/screen_background_dark</item>
62         <item>@drawable/screen_background_light</item>
63         <item>@drawable/scrollbar_handle_horizontal</item>
64         <item>@drawable/scrollbar_handle_vertical</item>
65         <item>@drawable/spinner_dropdown_background</item>
66         <item>@drawable/text_select_handle_left</item>
67         <item>@drawable/text_select_handle_middle</item>
68         <item>@drawable/text_select_handle_right</item>
69         <item>@drawable/title_bar</item>
70         <item>@drawable/title_bar_shadow</item>
71         <!-- Visual lock screen -->
72         <item>@drawable/indicator_code_lock_drag_direction_green_up</item>
73         <item>@drawable/indicator_code_lock_drag_direction_red_up</item>
74         <item>@drawable/indicator_code_lock_point_area_default</item>
75         <item>@drawable/indicator_code_lock_point_area_green</item>
76         <item>@drawable/indicator_code_lock_point_area_red</item>
77     </array>
78
79     <!-- Do not translate. These are all of the color state list resources that should be
80          preloaded by the zygote process before it starts forking application processes. -->
81     <array name="preloaded_color_state_lists">
82         <item>@color/hint_foreground_dark</item>
83         <item>@color/hint_foreground_light</item>
84         <item>@color/primary_text_dark</item>
85         <item>@color/primary_text_dark_disable_only</item>
86         <item>@color/primary_text_light</item>
87         <item>@color/primary_text_light_disable_only</item>
88         <item>@color/primary_text_light_nodisable</item>
89         <item>@color/secondary_text_dark</item>
90         <item>@color/secondary_text_light</item>
91         <item>@color/tab_indicator_text</item>
92         <item>@color/tertiary_text_dark</item>
93         <item>@color/tertiary_text_light</item>
94         <item>#ff000000</item>
95         <item>#00000000</item>
96         <item>#ffffffff</item>
97     </array>
98
99     <!-- Do not translate. -->
100     <integer-array name="maps_starting_lat_lng">
101         <item>36149777</item>
102         <item>-95993398</item>
103     </integer-array>
104     <!-- Do not translate. -->
105     <integer-array name="maps_starting_zoom">
106         <item>3</item>
107     </integer-array>
108
109 </resources>