Add an option to the long press on image menu to save that image as the home screen wallpaper.
See b/2210111
Change-Id: I911633772358504f0e82fe940f9f2efc4ef403de
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cc9857a..01f728a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -266,6 +266,9 @@
<string name="contextmenu_download_image">Save image</string>
<!-- Context Menu item to view the image by itself in the browser -->
<string name="contextmenu_view_image">View image</string>
+ <!-- Context Menu item to set the image as the home screen wallpaper -->
+ <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
+
<!-- Context Menu item to open the dialer app with the selected phone number
-->
<string name="contextmenu_dial_dot">Dial\u2026</string>
@@ -767,6 +770,9 @@
<!-- Caption for a button that is shown when the zoom widget is showing. The button's action will switch to the zoom overview mode. -->
<string name="zoom_overview_button_text">Overview</string>
+ <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
+ <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string>
+
<string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
<string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
<string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>