summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-07 02:21:39 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-07 02:21:39 +0000
commit752880a3f2fc1edd3fa44c1bf21077949438d7c6 (patch)
treee7537dfe09ef7a85df5cbbfb4874a7e7237d913e /res
parent58de00fda096bec22a3896316e1da73a6c2d8a45 (diff)
parent60b35252aaf0c6caeb1bf32481f735c5e31d4853 (diff)
am 60b35252: am 73cb73f4: am 0604f16a: am c72f419b: Add "Call with Note" from dialpad.
* commit '60b35252aaf0c6caeb1bf32481f735c5e31d4853': Add "Call with Note" from dialpad.
Diffstat (limited to 'res')
-rw-r--r--res/menu/dialpad_options.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index f0399a82b..63fca07da 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -23,5 +23,8 @@
android:id="@+id/menu_add_wait"
android:title="@string/add_wait"
android:showAsAction="withText" />
-
+ <item
+ android:id="@+id/menu_call_with_note"
+ android:title="@string/call_with_a_note"
+ android:showAsAction="withText" />
</menu>