summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorKunhung Li <kunhungli@google.com>2019-04-12 17:16:53 +0800
committerKunhung Li <kunhungli@google.com>2019-04-30 20:36:51 +0800
commitfaf0af1fe4855ad05f1c7c24db8206d3e0ab420d (patch)
treea1938fea9bd94b62a2a87971dad960d65dda02c3 /res/values/strings.xml
parentecbe70007c06d97cc06d8c2df3143947470911f7 (diff)
downloadandroid_packages_wallpapers_LivePicker-faf0af1fe4855ad05f1c7c24db8206d3e0ab420d.tar.gz
android_packages_wallpapers_LivePicker-faf0af1fe4855ad05f1c7c24db8206d3e0ab420d.tar.bz2
android_packages_wallpapers_LivePicker-faf0af1fe4855ad05f1c7c24db8206d3e0ab420d.zip
Add preview checkbox for LivePicker
Enable preview checkbox to hide bottom panel, otherwise to show it. Default behavior will show bottom panel with preview unchecked. Bug: 130383883 Test: Manual Test Change-Id: Ida5a5fa7ece501aefd906b70b6990eb89fe14c74
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 824c23b..4ade992 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -33,6 +33,8 @@
<string name="configure_wallpaper">Settingsā€¦</string>
<!-- List item for deleting the current wallpaper -->
<string name="delete_live_wallpaper">Delete</string>
+ <!-- List item for showing the current wallpaper by hiding bottom panel. -->
+ <string name="preview">Preview</string>
<!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
<string name="wallpaper_instructions">Set wallpaper</string>
<!-- Warning message, no live wallpapers available. -->
@@ -61,4 +63,12 @@
<!-- Confirmation dialog. Shown after user selects to delete one wallpaper. [CHAR LIMIT=NONE] -->
<string name="delete_wallpaper_confirmation">Delete this wallpaper from your phone?</string>
+
+ <!-- Content description for a checkbox letting the user collapse a visual panel showing info
+ about the wallpaper being previewed. [CHAR LIMIT=none] -->
+ <string name="collapse_attribution_panel">Collapse wallpaper info panel</string>
+
+ <!-- Content description for a checkbox letting the user expand a visual panel showing info
+ about the wallpaper being previewed. [CHAR LIMIT=none] -->
+ <string name="expand_attribution_panel">Expand wallpaper info panel</string>
</resources>