mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
added new icon and download button now visible (#2005)
This commit is contained in:
parent
43c80e3fb0
commit
57c7fd384a
2 changed files with 10 additions and 4 deletions
|
|
@ -12,14 +12,15 @@
|
|||
android:icon="@drawable/ic_share_black_24dp"
|
||||
android:title="@string/menu_share"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/menu_download_current_image"
|
||||
android:icon="@drawable/ic_download_white_24dp"
|
||||
android:title="@string/menu_download"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/menu_browser_current_image"
|
||||
android:title="@string/menu_open_in_browser"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue