diff options
author | Andrew Lee <anwlee@google.com> | 2015-03-26 18:26:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-03-26 18:27:09 +0000 |
commit | b6fc8fb54e7027ca7a01e6b98a8edbe330f310d8 (patch) | |
tree | d3f80606aa47668b28d3b7b87c7a3063cd43bb02 /res | |
parent | 826185d6926f6087ccca191c50c62f47c6cc3c8a (diff) | |
parent | 467de3dc2be8fa6c815782852f47a752eb77a6dc (diff) |
Merge "Make menu options protected instead of private."
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/dialtacts_options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml index cc5e3868e..8a9e25f7f 100644 --- a/res/menu/dialtacts_options.xml +++ b/res/menu/dialtacts_options.xml @@ -30,6 +30,6 @@ android:title="@string/menu_newContact"/> <item android:id="@+id/menu_call_settings" - android:title="@string/dialer_settings_label" - android:orderInCategory="2" /> + android:title="@string/dialer_settings_label" /> + </menu> |