summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-03-23 17:34:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-23 17:34:31 +0000
commit449e98dc8e599d5c291a082884b6899dd702604d (patch)
treedc2a8d6891fefce7cf119ba651571107213e2da5 /res
parent932541fe2cfd4d7d6bc88c29161ac266d1c61e2b (diff)
parente27899f3d80c45439e487ec3e02549a1df3e48fb (diff)
downloadandroid_packages_wallpapers_LivePicker-449e98dc8e599d5c291a082884b6899dd702604d.tar.gz
android_packages_wallpapers_LivePicker-449e98dc8e599d5c291a082884b6899dd702604d.tar.bz2
android_packages_wallpapers_LivePicker-449e98dc8e599d5c291a082884b6899dd702604d.zip
Prompt to set live wallpaper on home or home and lock screen.
am: e27899f * commit 'e27899f3d80c45439e487ec3e02549a1df3e48fb': Prompt to set live wallpaper on home or home and lock screen.
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml7
-rw-r--r--res/values/strings.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..06dc2ca
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="which_wallpaper_options">
+ <item>@string/which_wallpaper_option_home_screen</item>
+ <item>@string/which_wallpaper_option_home_screen_and_lock_screen</item>
+ </string-array>
+</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9c508de..3e9ac84 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -42,4 +42,8 @@
<!-- Message, tells the user the selected live wallpaper is loading. -->
<string name="live_wallpaper_loading">Loading live wallpaper…</string>
+ <!-- Option for setting the wallpaper only on the home screen. -->
+ <string name="which_wallpaper_option_home_screen">Home screen</string>
+ <!-- Option for setting the wallpaper on both the home screen and lock screen. -->
+ <string name="which_wallpaper_option_home_screen_and_lock_screen">Home screen and lock screen</string>
</resources>