summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-19 10:31:48 -0700
committerYorke Lee <yorkelee@google.com>2014-08-19 10:31:48 -0700
commite7e3ffcb398d978ec6346a36a116dd8194af1957 (patch)
tree004881b5900421b668cb232f319504b48c455c44 /res/layout
parentb7b035ad25437f5b810a8085fa335908d6cc77ae (diff)
downloadpackages_apps_PhoneCommon-e7e3ffcb398d978ec6346a36a116dd8194af1957.tar.gz
packages_apps_PhoneCommon-e7e3ffcb398d978ec6346a36a116dd8194af1957.tar.bz2
packages_apps_PhoneCommon-e7e3ffcb398d978ec6346a36a116dd8194af1957.zip
More tweaks to landscape dialpad
Bug: 15859030 Change-Id: Ibed0d7774d03ed8c49371e3ebb3c65932d5b9ca2
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 a7f5aaa..5a9d13f 100644
--- a/res/layout/dialpad_key_one.xml
+++ b/res/layout/dialpad_key_one.xml
@@ -33,7 +33,7 @@
android:src="@drawable/ic_dialpad_voicemail"
android:scaleType="fitCenter"
android:layout_centerInParent="true"
- android:tint="@color/dialpad_secondary_text_color" />
+ android:tint="@color/dialpad_voicemail_tint" />
<!-- Place empty text view so vertical height is same as other dialpad keys. -->
<TextView style="@style/DialpadKeyLettersStyle" />
</RelativeLayout>