BearND has uploaded a new change for review.
https://gerrit.wikimedia.org/r/270243
Change subject: Change order of text highlight CAB actions
......................................................................
Change order of text highlight CAB actions
The tooltip now points to the wrong CAB action since we introduced
the new Wiktionary definition action. This patch simply changes the
order of the actions and now the tooltip points to the correct one.
Bug: T124836
Change-Id: I17a24c3dae4ace4e758bcc2c2400ee80a3d6ad00
---
M app/src/main/res/menu/menu_text_select.xml
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia
refs/changes/43/270243/1
diff --git a/app/src/main/res/menu/menu_text_select.xml
b/app/src/main/res/menu/menu_text_select.xml
index c9ed178..4548566 100644
--- a/app/src/main/res/menu/menu_text_select.xml
+++ b/app/src/main/res/menu/menu_text_select.xml
@@ -7,15 +7,15 @@
android:icon="?actionModeCopyDrawable"
app:showAsAction="ifRoom" />
+ <item android:id="@+id/menu_text_select_share"
+ android:title="@string/menu_text_select_share"
+ android:icon="?actionModeShareDrawable"
+ app:showAsAction="ifRoom" />
+
<item android:id="@+id/menu_text_select_define"
android:title="@string/menu_text_select_define"
android:icon="@drawable/define_light"
android:visible="false"
- app:showAsAction="ifRoom" />
-
- <item android:id="@+id/menu_text_select_share"
- android:title="@string/menu_text_select_share"
- android:icon="?actionModeShareDrawable"
app:showAsAction="ifRoom" />
</menu>
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/270243
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I17a24c3dae4ace4e758bcc2c2400ee80a3d6ad00
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits