am 30a03e87: am f729f221: Help & feedback should be the very last item in the menu

* commit '30a03e87991e4b42c26d52b8dcd4d5805a18f1b6':
  Help & feedback should be the very last item in the menu
main
Ken Wakasa 2014-08-08 12:42:48 +00:00 committed by Android Git Automerger
commit d4626dbf04
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ public final class SettingsFragment extends InputMethodSettingsFragment {
// We don't care about menu grouping.
private static final int NO_MENU_GROUP = Menu.NONE;
// The first menu item id and order.
private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST;
private static final int MENU_ABOUT = Menu.FIRST;
// The second menu item id and order.
private static final int MENU_ABOUT = Menu.FIRST + 1;
private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST + 1;
@Override
public void onCreate(final Bundle icicle) {