mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Show only contextually appropriate actions in Contributions
Camera / From Gallery only on Contributions List view Share only on Detail View
This commit is contained in:
parent
95320396a5
commit
48b6e5cc53
5 changed files with 113 additions and 90 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/menu_share_current_image"
|
||||
android:showAsAction="always"
|
||||
android:showAsAction="always|withText"
|
||||
android:icon="@android:drawable/ic_menu_share"
|
||||
android:title="@string/menu_share"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue