summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 00:45:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-05 00:45:11 +0000
commit5dd7844c9fe1cb1c044da693b17606f802f83750 (patch)
tree104fe233911d672b5a76bf9d772d5b2c8330ba3f /res/layout
parent472475210221ca6c5f2678cfb011b9e0ee847e36 (diff)
parent363fcb84291ab4a193322c5ef4423ee62f432199 (diff)
downloadandroid_packages_apps_ContactsCommon-5dd7844c9fe1cb1c044da693b17606f802f83750.tar.gz
android_packages_apps_ContactsCommon-5dd7844c9fe1cb1c044da693b17606f802f83750.tar.bz2
android_packages_apps_ContactsCommon-5dd7844c9fe1cb1c044da693b17606f802f83750.zip
am 363fcb84: Merge "Increase the *\'s font size in the dialpad." into lmp-preview-dev
* commit '363fcb84291ab4a193322c5ef4423ee62f432199': Increase the *'s font size in the dialpad.
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" />