| Index: content/public/android/java/res/menu/select_action_menu.xml
|
| diff --git a/content/public/android/java/res/menu/select_action_menu.xml b/content/public/android/java/res/menu/select_action_menu.xml
|
| index e087826435779a6e858748010a45f43f2671d0e5..00605c9256293643e1920539ceebeb25b7e817c2 100644
|
| --- a/content/public/android/java/res/menu/select_action_menu.xml
|
| +++ b/content/public/android/java/res/menu/select_action_menu.xml
|
| @@ -8,10 +8,12 @@
|
|
|
| <!--suppress AlwaysShowAction -->
|
| <menu xmlns:android="http://schemas.android.com/apk/res/android">
|
| - <!-- The orderInCategory starts with 2 to give a room for
|
| - assist menu item. Remove the ordering when Android
|
| - can reorder the assist menu item itself.
|
| - -->
|
| + <!-- Remove the ordering when Android can reorder the assist menu item
|
| + itself. -->
|
| + <group
|
| + android:id="@+id/select_action_menu_assist_items"
|
| + android:orderInCategory="1">
|
| + </group>
|
| <group
|
| android:id="@+id/select_action_menu_default_items">
|
| <item
|
|
|