summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-22 17:20:00 -0700
committerYorke Lee <yorkelee@google.com>2014-04-23 17:21:38 -0700
commita5d5cdf2ed131289943033cfd775dd34ffd7ff45 (patch)
treeefe9512afa45b5e1f802eadd511a73af555c88e3 /res/menu
parentd999b71452baebec789f6f58f1955d30e834826d (diff)
downloadandroid_packages_apps_Dialer-a5d5cdf2ed131289943033cfd775dd34ffd7ff45.tar.gz
android_packages_apps_Dialer-a5d5cdf2ed131289943033cfd775dd34ffd7ff45.tar.bz2
android_packages_apps_Dialer-a5d5cdf2ed131289943033cfd775dd34ffd7ff45.zip
Add floating dialpad action button
* Replace fake action bar at the bottom of the screen with a floating action button which casts a shadow. * Remove the now unused mDialpadOverflowMenu button in DialtactsActivity * Modify dialpad layout to add a bottom row of buttons which provide access to the add contact button and overflow menu * Fix dialpad layout so the heights applied in XML are actually respected - previously they were being ignored and each dialpad key was being assigned the height of MATCH_PARENT Bug: 13932988 Change-Id: I6e48c00c5ceeeffed142c3dd259e630d6daf8111
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/dialpad_options.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index 0727dd57c..27a9b8aca 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -15,11 +15,6 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
- android:id="@+id/menu_add_contacts"
- android:title="@string/recentCalls_addToContact"
- android:showAsAction="withText"
- android:orderInCategory="1" />
- <item
android:id="@+id/menu_2s_pause"
android:title="@string/add_2sec_pause"
android:showAsAction="withText"