summaryrefslogtreecommitdiff
path: root/res/menu/dialpad_options.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-19 14:53:27 -0700
committerAndrew Lee <anwlee@google.com>2015-03-19 14:53:27 -0700
commitbeb1dfe1884d8707b2c2e32125098a87cce794fb (patch)
treec71b55e8dd3aa8cfa86832a27272ee21e0d47594 /res/menu/dialpad_options.xml
parent87dc7309388941ec0017f3ff1aee329364dec484 (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/menu/dialpad_options.xml')
-rw-r--r--res/menu/dialpad_options.xml10
1 files changed, 2 insertions, 8 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>