mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add option to set image as wallpaper (#1535)
* Add option to set image as wallpaper * Added java docs * Toast message on setting the wallpaper successfully
This commit is contained in:
parent
2bd3c318f9
commit
bcbf0db1ff
5 changed files with 101 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
android:id="@+id/menu_download_current_image"
|
||||
android:title="@string/menu_download"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_set_as_wallpaper"
|
||||
android:title="@string/menu_set_wallpaper"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_retry_current_image"
|
||||
android:enabled="false"
|
||||
|
|
|
|||
|
|
@ -283,4 +283,6 @@
|
|||
<string name="share_coordinates_not_present">Coordinates were not specified during image selection</string>
|
||||
<string name="error_fetching_nearby_places">Error fetching nearby places.</string>
|
||||
|
||||
<string name="menu_set_wallpaper">Set wallpaper</string>
|
||||
<string name="wallpaper_set_successfully">Wallpaper set successfully!</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue