mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Add Share button to image Details page
This commit is contained in:
parent
e44dd21023
commit
ef0c192cd2
5 changed files with 40 additions and 1 deletions
10
commons/res/menu/fragment_image_detail.xml
Normal file
10
commons/res/menu/fragment_image_detail.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/menu_share_current_image"
|
||||
android:showAsAction="always"
|
||||
android:icon="@android:drawable/ic_menu_share"
|
||||
android:title="@string/menu_share"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
<string name="menu_from_camera">Take photo</string>
|
||||
|
||||
<string name="provider_contributions">My uploads</string>
|
||||
<string name="menu_share">Share</string>
|
||||
|
||||
<plurals name="contributions_subtitle">
|
||||
<item quantity="zero">No uploads yet</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue