summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-07 01:55:14 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-07 01:55:14 +0000
commit0604f16a932ebe5889d5f3e6380f22aefcc9bff2 (patch)
tree40c7bae2413ce21728e9b0806b2a624932a9b675 /res
parent98cf19a53d5f0c722def08a075854f7a52a97d83 (diff)
parentc72f419b18258cfc6f29590e3b97dac8b175f904 (diff)
downloadandroid_packages_apps_Dialer-0604f16a932ebe5889d5f3e6380f22aefcc9bff2.tar.gz
android_packages_apps_Dialer-0604f16a932ebe5889d5f3e6380f22aefcc9bff2.tar.bz2
android_packages_apps_Dialer-0604f16a932ebe5889d5f3e6380f22aefcc9bff2.zip
am c72f419b: Add "Call with Note" from dialpad.
* commit 'c72f419b18258cfc6f29590e3b97dac8b175f904': 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>