summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-29 12:04:52 -0700
committerNancy Chen <nancychen@google.com>2014-07-29 12:24:16 -0700
commitcb6909f223dc75958a6048405e106ead2ad5edc2 (patch)
tree34e43b91933841d2d3aaae9a2ffb64ae95225a17 /res/layout
parentf4d66dc977378701fcb26bef879da0d457dde956 (diff)
downloadpackages_apps_PhoneCommon-cb6909f223dc75958a6048405e106ead2ad5edc2.tar.gz
packages_apps_PhoneCommon-cb6909f223dc75958a6048405e106ead2ad5edc2.tar.bz2
packages_apps_PhoneCommon-cb6909f223dc75958a6048405e106ead2ad5edc2.zip
Update dialpad style with new colors and new voicemail icon
Color changes for secondary text color and icon. Bug: 16356911 Bug: 15859030 Change-Id: Ibf8a8500204ff7d59860aa9f7db9940446747cb1
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialpad_key_one.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dialpad_key_one.xml b/res/layout/dialpad_key_one.xml
index dfb444a..a7f5aaa 100644
--- a/res/layout/dialpad_key_one.xml
+++ b/res/layout/dialpad_key_one.xml
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:paddingTop="@dimen/dialpad_voicemail_icon_padding_top"
android:id="@+id/dialpad_key_voicemail"
- android:src="@drawable/ic_dialpad_vm"
+ android:src="@drawable/ic_dialpad_voicemail"
android:scaleType="fitCenter"
android:layout_centerInParent="true"
android:tint="@color/dialpad_secondary_text_color" />