mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
* Add a "copy link" button next to the share button. Add relative English and Simplified Chinese text in strings.xml. * Change the icon from copy to link * Fixed typo * Fixed case --------- Co-authored-by: Justweng <justweng19@gmail.com> Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
parent
235e8cdba2
commit
f2d1f7dbbb
5 changed files with 29 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
android:icon="@drawable/menu_ic_round_star_border_24px"
|
||||
android:title="@string/menu_bookmark"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/menu_copy_link"
|
||||
android:icon="@drawable/menu_ic_copy_link_24dp"
|
||||
android:title="@string/menu_copy_link"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/menu_share_current_image"
|
||||
android:icon="@drawable/menu_ic_share_24dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue