summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-06-08 23:01:28 -0700
committerJim Miller <jaggies@google.com>2011-06-10 18:02:29 -0700
commitb505074e8273887fbcd1e933738a42e770085fb8 (patch)
treeab7bc23f88ef01d51028fca8afab9200bfe9bb37 /core/res/res/values-land
parentd408f4a8353e679dab2016e56ed237309d8a7523 (diff)
downloadframeworks_base-b505074e8273887fbcd1e933738a42e770085fb8.zip
frameworks_base-b505074e8273887fbcd1e933738a42e770085fb8.tar.gz
frameworks_base-b505074e8273887fbcd1e933738a42e770085fb8.tar.bz2
Add new MultiWaveView widget and integrate it into LockScreen
This adds a new multi-target widget to the framework and integrates it into LockScreen. Now with updated assets. Change-Id: Ib41595b9e80a7be6d647f44c803a77f9e5bfeca9
Diffstat (limited to 'core/res/res/values-land')
-rw-r--r--core/res/res/values-land/arrays.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/core/res/res/values-land/arrays.xml b/core/res/res/values-land/arrays.xml
new file mode 100644
index 0000000..85130ba
--- /dev/null
+++ b/core/res/res/values-land/arrays.xml
@@ -0,0 +1,37 @@
+<?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">
+
+ <!-- Resources for MultiWaveView in LockScreen -->
+ <array name="ic_lockscreen_targets_when_silent">
+ <item>@null</item>"
+ <item>@drawable/ic_lockscreen_unlock</item>
+ <item>@null</item>
+ <item>@drawable/ic_lockscreen_soundon</item>
+ </array>
+
+ <array name="ic_lockscreen_targets_when_soundon">
+ <item>@null</item>"
+ <item>@drawable/ic_lockscreen_unlock</item>
+ <item>@null</item>
+ <item>@drawable/ic_lockscreen_silent</item>
+ </array>
+
+</resources>