summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-23 11:30:45 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-23 16:20:41 -0700
commit9a17f0e3e1a3957c8c2b530171281943bec435f1 (patch)
tree67f22f19d022bbefe9ac2b54bfa5ebd6ac9e03e7 /res/values/attrs.xml
parent13b8948c0cc543f62a68fa32c4692ba16a2e93c6 (diff)
downloadandroid_packages_apps_PhoneCommon-9a17f0e3e1a3957c8c2b530171281943bec435f1.tar.gz
android_packages_apps_PhoneCommon-9a17f0e3e1a3957c8c2b530171281943bec435f1.tar.bz2
android_packages_apps_PhoneCommon-9a17f0e3e1a3957c8c2b530171281943bec435f1.zip
Add text resizing to InCallUI name field (2/2).
Set maximum size of primary name text to 45 pt. Scales down to minimum size of 34 pt. Bug: 15457502 Change-Id: I12dabf66cbefaa4ad458abdb910e8b0417f5b234
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 09620a8..1c94a14 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -18,4 +18,8 @@
<declare-styleable name="Dialpad">
<attr name="dialpad_key_button_touch_tint" format="color"/>
</declare-styleable>
+
+ <declare-styleable name="ResizingText">
+ <attr name="resizing_text_min_size" format="dimension"/>
+ </declare-styleable>
</resources>