|
| 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 MultiWaveView in LockScreen --> |
| 23 | + <array name="lockscreen_targets_when_silent"> |
| 24 | + <item>@drawable/ic_lockscreen_unlock</item> |
| 25 | + <item>@null</item> |
| 26 | + <item>@drawable/ic_lockscreen_soundon</item> |
| 27 | + <item>@null</item> |
| 28 | + </array> |
| 29 | + |
| 30 | + <array name="lockscreen_target_descriptions_when_silent"> |
| 31 | + <item>@string/description_target_unlock</item> |
| 32 | + <item>@null</item> |
| 33 | + <item>@string/description_target_soundon</item> |
| 34 | + <item>@null</item> |
| 35 | + </array> |
| 36 | + |
| 37 | + <array name="lockscreen_direction_descriptions"> |
| 38 | + <item>@string/description_direction_right</item> |
| 39 | + <item>@null</item> |
| 40 | + <item>@string/description_direction_left</item> |
| 41 | + <item>@null</item> |
| 42 | + </array> |
| 43 | + |
| 44 | + <array name="lockscreen_targets_when_soundon"> |
| 45 | + <item>@drawable/ic_lockscreen_unlock</item> |
| 46 | + <item>@null</item> |
| 47 | + <item>@drawable/ic_lockscreen_silent</item> |
| 48 | + <item>@null</item> |
| 49 | + </array> |
| 50 | + |
| 51 | + <array name="lockscreen_target_descriptions_when_soundon"> |
| 52 | + <item>@string/description_target_unlock</item> |
| 53 | + <item>@null</item> |
| 54 | + <item>@string/description_target_silent</item> |
| 55 | + <item>@null</item> |
| 56 | + </array> |
| 57 | + |
| 58 | + <array name="lockscreen_targets_with_camera"> |
| 59 | + <item>@drawable/ic_lockscreen_unlock</item> |
| 60 | + <item>@null</item> |
| 61 | + <item>@drawable/ic_lockscreen_camera</item> |
| 62 | + <item>@null</item> |
| 63 | + </array> |
| 64 | + |
| 65 | + <array name="lockscreen_target_descriptions_with_camera"> |
| 66 | + <item>@string/description_target_unlock</item> |
| 67 | + <item>@null</item> |
| 68 | + <item>@string/description_target_camera</item> |
| 69 | + <item>@null</item> |
| 70 | + </array> |
| 71 | + |
| 72 | +</resources> |
0 commit comments