summaryrefslogtreecommitdiffstats
path: root/res/values/wallpapers.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-09-02 15:57:21 -0700
committerRomain Guy <romainguy@android.com>2009-09-02 15:57:21 -0700
commit8eb509596bb011ca058f811fbc16602b7846c441 (patch)
treef489c9e2296df66fb2ac9b7b71d8b6404ac3e8ed /res/values/wallpapers.xml
parent6665c0f1fec6ec0962896622986340081df992e7 (diff)
downloadandroid_packages_apps_Trebuchet-8eb509596bb011ca058f811fbc16602b7846c441.tar.gz
android_packages_apps_Trebuchet-8eb509596bb011ca058f811fbc16602b7846c441.tar.bz2
android_packages_apps_Trebuchet-8eb509596bb011ca058f811fbc16602b7846c441.zip
Add the ability to replace all wallpapers with overlay resources.
Change-Id: I516c0972c04dc7e07801a2e3c297e1d0f0f96f9a
Diffstat (limited to 'res/values/wallpapers.xml')
-rw-r--r--res/values/wallpapers.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/values/wallpapers.xml b/res/values/wallpapers.xml
new file mode 100644
index 000000000..d3362f8d0
--- /dev/null
+++ b/res/values/wallpapers.xml
@@ -0,0 +1,35 @@
+<?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="wallpapers">
+ <item>wallpaper_lake</item>
+ <item>wallpaper_sunset</item>
+ <item>wallpaper_beach</item>
+ <item>wallpaper_snow_leopard</item>
+ <item>wallpaper_path</item>
+ <item>wallpaper_sunrise</item>
+ <item>wallpaper_mountain</item>
+ <item>wallpaper_road</item>
+ <item>wallpaper_jellyfish</item>
+ <item>wallpaper_zanzibar</item>
+ <item>wallpaper_blue</item>
+ <item>wallpaper_grey</item>
+ <item>wallpaper_green</item>
+ <item>wallpaper_pink</item>
+ </string-array>
+</resources>