summaryrefslogtreecommitdiffstats
path: root/res/values-nodpi
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-07-08 18:03:46 -0700
committerMichael Jurka <mikejurka@google.com>2013-08-21 13:18:29 +0200
commit104c45677660586026a7e74ef8c47d396403d50e (patch)
treef9a2a66390820d69963ec626990d4bc0e58a7c02 /res/values-nodpi
parent912d360cd7350d8fe959202c6b5d0a5aa97790aa (diff)
downloadandroid_packages_apps_Trebuchet-104c45677660586026a7e74ef8c47d396403d50e.tar.gz
android_packages_apps_Trebuchet-104c45677660586026a7e74ef8c47d396403d50e.tar.bz2
android_packages_apps_Trebuchet-104c45677660586026a7e74ef8c47d396403d50e.zip
Initial implementation of new wallpaper picker.
Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
Diffstat (limited to 'res/values-nodpi')
-rw-r--r--res/values-nodpi/wallpapers.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/values-nodpi/wallpapers.xml b/res/values-nodpi/wallpapers.xml
new file mode 100644
index 000000000..97c567f59
--- /dev/null
+++ b/res/values-nodpi/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" translatable="false">
+ <item>wallpaper_01</item>
+ <item>wallpaper_02</item>
+ <item>wallpaper_03</item>
+ <item>wallpaper_04</item>
+ <item>wallpaper_05</item>
+ <item>wallpaper_06</item>
+ <item>wallpaper_07</item>
+ <item>wallpaper_08</item>
+ <item>wallpaper_09</item>
+ <item>wallpaper_10</item>
+ <item>wallpaper_11</item>
+ <item>wallpaper_12</item>
+ <item>wallpaper_13</item>
+ <item>wallpaper_14</item>
+ </string-array>
+</resources>