summaryrefslogtreecommitdiff
path: root/res/menu/dialpad_options.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-08 11:47:27 -0700
committerAndrew Lee <anwlee@google.com>2014-05-08 11:51:24 -0700
commit03982754da3fc42d62beac6b003a0e3d9a3eb480 (patch)
tree94107e872e1a42d855f9c8bc7be055cb64640265 /res/menu/dialpad_options.xml
parent2cbc4da9d59a9ac740b03645a34ff04b85564958 (diff)
Move overflow menu and remove add contact button.
Add contact is now included as an item on the overflow menu.. Bug: 14471388 Change-Id: I4078b6f2b653dca5e42fb6088659ca059046c85c
Diffstat (limited to 'res/menu/dialpad_options.xml')
-rw-r--r--res/menu/dialpad_options.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index 27a9b8aca..c6b5dda80 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -15,6 +15,11 @@
-->
<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"
+ android:orderInCategory="1" />
+ <item
android:id="@+id/menu_2s_pause"
android:title="@string/add_2sec_pause"
android:showAsAction="withText"