diff options
author | Andrew Lee <anwlee@google.com> | 2015-03-19 14:53:27 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-03-19 14:53:27 -0700 |
commit | beb1dfe1884d8707b2c2e32125098a87cce794fb (patch) | |
tree | c71b55e8dd3aa8cfa86832a27272ee21e0d47594 /res | |
parent | 87dc7309388941ec0017f3ff1aee329364dec484 (diff) |
Remove extra options from dialpad menu.
These are now exposed as shortcuts in the search fragment.
Bug: 19372539
Change-Id: I526570cf8326dbfac1770c0f3c06b72ee1166cc8
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/dialpad_options.xml | 10 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 2 insertions, 12 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml index 49ee37d8f..f0399a82b 100644 --- a/res/menu/dialpad_options.xml +++ b/res/menu/dialpad_options.xml @@ -14,10 +14,7 @@ limitations under the License. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item - android:id="@+id/menu_add_contact" - android:title="@string/add_contact" - android:showAsAction="withText" /> + <item android:id="@+id/menu_2s_pause" android:title="@string/add_2sec_pause" @@ -26,8 +23,5 @@ android:id="@+id/menu_add_wait" android:title="@string/add_wait" android:showAsAction="withText" /> - <item - android:id="@+id/menu_send_message" - android:title="@string/menu_sendTextMessage" - android:showAsAction="withText" /> + </menu> diff --git a/res/values/strings.xml b/res/values/strings.xml index fb424e9be..28dab88e1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -42,9 +42,6 @@ [CHAR LIMIT=NONE] --> <string name="recentCallsIconLabel">Call history</string> - <!-- Menu item used to send an SMS or MMS message to a phone number --> - <string name="menu_sendTextMessage">Send SMS</string> - <!-- Menu item used to call a contact from the call log --> <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g> @@ -262,7 +259,6 @@ <string name="menu_show_all_calls">Show all calls</string> <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] --> - <string name="add_contact">Add to contacts</string> <string name="add_2sec_pause">Add 2-sec pause</string> <string name="add_wait">Add wait</string> |