mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Nearby: Add 'Show in Explore' 3-dots menu item
This commit is contained in:
parent
d4ababc0a5
commit
5d506ac321
2 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,12 @@
|
|||
android:icon="@drawable/ic_list_white_24dp"
|
||||
/>
|
||||
|
||||
<item android:id="@+id/list_item_show_in_explore"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:title="@string/show_in_explore"
|
||||
/>
|
||||
|
||||
<item android:id="@+id/list_item_gpx"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -869,4 +869,5 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="caption_copied_to_clipboard">Caption copied to clipboard</string>
|
||||
<string name="congratulations_all_pictures_in_this_album_have_been_either_uploaded_or_marked_as_not_for_upload">Congratulations, all pictures in this album have been either uploaded or marked as not for upload.</string>
|
||||
|
||||
<string name="show_in_explore">Show in Explore</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue