summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values
diff options
context:
space:
mode:
authorhuiwan <huiwan@codeaurora.org>2014-08-05 09:07:48 +0800
committerRajesh Yengisetty <rajesh@cyngn.com>2014-11-21 00:21:13 +0000
commitcf64e4b646e6593ac97ef788cb03a8fdfff97aad (patch)
treecf8e07dd9cb920177ba8a18696319f14b7280806 /WallpaperPicker/res/values
parent6a8dada0a3a3e0f51890541e053830e84480fef4 (diff)
downloadandroid_packages_apps_Trebuchet-cf64e4b646e6593ac97ef788cb03a8fdfff97aad.tar.gz
android_packages_apps_Trebuchet-cf64e4b646e6593ac97ef788cb03a8fdfff97aad.tar.bz2
android_packages_apps_Trebuchet-cf64e4b646e6593ac97ef788cb03a8fdfff97aad.zip
Launcher: Add customization wallpaper
Add control WallpaperChooser to select Launcher resource or select carrier's wallpaper resouce. Change-Id: I7915b6e6f9537f0e96715a611d77d4db8bc0f694
Diffstat (limited to 'WallpaperPicker/res/values')
-rw-r--r--WallpaperPicker/res/values/extra_wallpapers.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/WallpaperPicker/res/values/extra_wallpapers.xml b/WallpaperPicker/res/values/extra_wallpapers.xml
new file mode 100644
index 000000000..9e0951cfa
--- /dev/null
+++ b/WallpaperPicker/res/values/extra_wallpapers.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * Copyright (C) 2009 Google Inc.
+ *
+ * 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>
+ <string-array name="extra_wallpapers">
+ </string-array>
+</resources>