Added progress dialog for setting wallpaper (#3427)

* Added progress dialog for setting wallpaper

* Updated dialog strings
This commit is contained in:
Madhur Gupta 2020-02-24 00:51:15 +01:00 committed by GitHub
parent 39cb190571
commit 3d0048a771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -593,4 +593,7 @@ Upload your first media by tapping on the add button.</string>
<string name="upload_nearby_place_found_description">Is this a photo of Place %1$s?</string>
<string name="remove_bookmark">Removed from bookmarks</string>
<string name="add_bookmark">Added to bookmarks</string>
<string name="wallpaper_set_unsuccessfully">Something went wrong. Could not set the wallpaper</string>
<string name="setting_wallpaper_dialog_title">Set as Wallpaper</string>
<string name="setting_wallpaper_dialog_message">Setting Wallpaper. Please wait…</string>
</resources>