summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values/arrays.xml
blob: 3b32312d26a4a2035dc7348323233eed59a5ea0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/apps/common/assets/res/any/colors.xml
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Do not translate. These are all of the drawable resources that should be preloaded by
         the zygote process before it starts forking application processes. -->
    <array name="preloaded_drawables">
        <item>@drawable/sym_def_app_icon</item>
        <item>@drawable/arrow_down_float</item>
        <item>@drawable/btn_check</item>
        <item>@drawable/btn_check_label_background</item>
        <item>@drawable/btn_check_off</item>
        <item>@drawable/btn_check_on</item>
        <item>@drawable/btn_default</item>
        <item>@drawable/btn_default_small</item>
        <item>@drawable/btn_dropdown</item>
        <item>@drawable/btn_plus</item>
        <item>@drawable/btn_minus</item>
        <item>@drawable/btn_radio</item>
        <item>@drawable/btn_star</item>
        <item>@drawable/btn_toggle</item>
        <item>@drawable/ic_emergency</item>
        <item>@drawable/divider_horizontal_bright</item>
        <item>@drawable/divider_horizontal_dark</item>
        <item>@drawable/edit_text</item>
        <item>@drawable/expander_group</item>
        <item>@drawable/list_selector_background</item>
        <item>@drawable/menu_background</item>
        <item>@drawable/menu_background_fill_parent_width</item>
        <item>@drawable/menu_selector</item>
        <item>@drawable/panel_background</item>
        <item>@drawable/popup_bottom_bright</item>
        <item>@drawable/popup_bottom_dark</item>
        <item>@drawable/popup_bottom_medium</item>
        <item>@drawable/popup_center_bright</item>
        <item>@drawable/popup_center_dark</item>
        <item>@drawable/popup_full_dark</item>
        <item>@drawable/popup_top_bright</item>
        <item>@drawable/popup_top_dark</item>
        <item>@drawable/progress_horizontal</item>
        <item>@drawable/progress_indeterminate_horizontal</item>
        <item>@drawable/progress_small</item>
        <item>@drawable/progress_small_titlebar</item>
        <item>@drawable/screen_background_dark</item>
        <item>@drawable/screen_background_light</item>
        <item>@drawable/scrollbar_handle_horizontal</item>
        <item>@drawable/scrollbar_handle_vertical</item>
        <item>@drawable/spinner_dropdown_background</item>
        <item>@drawable/text_select_handle_left</item>
        <item>@drawable/text_select_handle_middle</item>
        <item>@drawable/text_select_handle_right</item>
        <item>@drawable/title_bar</item>
        <item>@drawable/title_bar_shadow</item>
        <!-- Visual lock screen -->
        <item>@drawable/indicator_code_lock_drag_direction_green_up</item>
        <item>@drawable/indicator_code_lock_drag_direction_red_up</item>
        <item>@drawable/indicator_code_lock_point_area_default</item>
        <item>@drawable/indicator_code_lock_point_area_green</item>
        <item>@drawable/indicator_code_lock_point_area_red</item>
        <!-- overscroll -->
        <item>@drawable/overscroll_glow</item>
        <item>@drawable/overscroll_edge</item>
    </array>

    <!-- Do not translate. These are all of the color state list resources that should be
         preloaded by the zygote process before it starts forking application processes. -->
    <array name="preloaded_color_state_lists">
        <item>@color/hint_foreground_dark</item>
        <item>@color/hint_foreground_light</item>
        <item>@color/primary_text_dark</item>
        <item>@color/primary_text_dark_disable_only</item>
        <item>@color/primary_text_light</item>
        <item>@color/primary_text_light_disable_only</item>
        <item>@color/primary_text_light_nodisable</item>
        <item>@color/secondary_text_dark</item>
        <item>@color/secondary_text_light</item>
        <item>@color/tab_indicator_text</item>
        <item>@color/tertiary_text_dark</item>
        <item>@color/tertiary_text_light</item>
        <item>#ff000000</item>
        <item>#00000000</item>
        <item>#ffffffff</item>
    </array>

    <!-- Do not translate. -->
    <integer-array name="maps_starting_lat_lng">
        <item>36149777</item>
        <item>-95993398</item>
    </integer-array>
    <!-- Do not translate. -->
    <integer-array name="maps_starting_zoom">
        <item>3</item>
    </integer-array>

    <!-- Defines the shutdown options shown in the reboot dialog. -->
    <array name="shutdown_reboot_options">
        <item>Reboot</item>
        <item>Recovery</item>
    </array>

    <!-- Do not translate. Defines the shutdown actions passed to the kernel.
         The first item should be empty for regular reboot. -->
    <string-array name="shutdown_reboot_actions">
        <item></item>
        <item>recovery</item>
    </string-array>

</resources>