arrays.xml revision 20039ad17b94873ee40fdd61c3d1d1aa590010df
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    <!-- Resources for GlowPadView in LockScreen -->
23    <array name="lockscreen_targets_when_silent">
24        <item>@null</item>"
25        <item>@drawable/ic_lockscreen_unlock</item>
26        <item>@drawable/ic_action_assist_generic</item>
27        <item>@drawable/ic_lockscreen_soundon</item>
28    </array>
29
30    <array name="lockscreen_target_descriptions_when_silent">
31        <item>@null</item>
32        <item>@string/description_target_unlock</item>
33        <item>@string/description_target_search</item>
34        <item>@string/description_target_soundon</item>
35    </array>
36
37    <array name="lockscreen_direction_descriptions">
38        <item>@null</item>
39        <item>@string/description_direction_up</item>
40        <item>@string/description_direction_left</item>
41        <item>@string/description_direction_down</item>
42    </array>
43
44    <array name="lockscreen_targets_when_soundon">
45        <item>@null</item>
46        <item>@drawable/ic_lockscreen_unlock</item>
47        <item>@drawable/ic_action_assist_generic</item>
48        <item>@drawable/ic_lockscreen_silent</item>
49    </array>
50
51    <array name="lockscreen_target_descriptions_when_soundon">
52        <item>@null</item>
53        <item>@string/description_target_unlock</item>
54        <item>@string/description_target_search</item>
55        <item>@string/description_target_silent</item>
56    </array>
57
58    <array name="lockscreen_targets_with_camera">
59        <item>@null</item>
60        <item>@drawable/ic_lockscreen_unlock</item>
61        <item>@drawable/ic_action_assist_generic</item>
62        <item>@drawable/ic_lockscreen_camera</item>
63    </array>
64
65    <array name="lockscreen_target_descriptions_with_camera">
66        <item>@null</item>
67        <item>@string/description_target_unlock</item>
68        <item>@string/description_target_search</item>
69        <item>@string/description_target_camera</item>
70    </array>
71
72    <array name="lockscreen_chevron_drawables">
73        <item>@null</item>
74        <item>@drawable/ic_lockscreen_chevron_up</item>
75        <item>@null</item>
76        <item>@null</item>
77    </array>
78
79</resources>
80