summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-04 17:10:19 -0700
committerAndrew Lee <anwlee@google.com>2014-06-04 17:28:43 -0700
commit9a6c34091e613aeb3754889cb476219c9907ebbc (patch)
treee69caab9732ae5ee972f2becd3c250e74da4f25f /res/layout
parentd318d9ec9e2d56d5ca4f72aca7b8644b0e843a90 (diff)
downloadandroid_packages_apps_ContactsCommon-9a6c34091e613aeb3754889cb476219c9907ebbc.tar.gz
android_packages_apps_ContactsCommon-9a6c34091e613aeb3754889cb476219c9907ebbc.tar.bz2
android_packages_apps_ContactsCommon-9a6c34091e613aeb3754889cb476219c9907ebbc.zip
Increase the *'s font size in the dialpad.
Bug: 15389408 Change-Id: I372b792034f70d374272d2a4715031b30635c654
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialpad.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad.xml b/res/layout/dialpad.xml
index 1e7d1dab..6c794a45 100644
--- a/res/layout/dialpad.xml
+++ b/res/layout/dialpad.xml
@@ -111,7 +111,7 @@
style="@style/DialpadKeyInternalLayoutStyle">
<com.android.contacts.common.dialpad.DialpadTextView
android:id="@id/dialpad_key_number"
- style="@style/DialpadKeyStarPoundStyle" />
+ style="@style/DialpadKeyStarStyle" />
</LinearLayout>
</com.android.contacts.common.dialpad.DialpadKeyButton>
<include layout="@layout/dialpad_key"
@@ -124,7 +124,7 @@
style="@style/DialpadKeyInternalLayoutStyle">
<com.android.contacts.common.dialpad.DialpadTextView
android:id="@id/dialpad_key_number"
- style="@style/DialpadKeyStarPoundStyle" />
+ style="@style/DialpadKeyPoundStyle" />
</LinearLayout>
</com.android.contacts.common.dialpad.DialpadKeyButton>
<Space style="@style/DialpadSpaceStyle" />