summaryrefslogtreecommitdiffstats
path: root/res/layout/dashboard_category.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-05-20 10:10:36 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-05-20 10:27:05 -0700
commit8b81bfff2ecc923774673ed37431951cd9fcaa67 (patch)
treef2960e5d0d5bfdd5f02ef0e1cdc6dd974b3642fb /res/layout/dashboard_category.xml
parentdcb73d8299e402d296afd2b54cbd8483bc575652 (diff)
downloadpackages_apps_Settings-8b81bfff2ecc923774673ed37431951cd9fcaa67.zip
packages_apps_Settings-8b81bfff2ecc923774673ed37431951cd9fcaa67.tar.gz
packages_apps_Settings-8b81bfff2ecc923774673ed37431951cd9fcaa67.tar.bz2
Update Dashboard font sizes to match UX spec
- 16sp for title (medium text) - 14sp for sub-title (small text) - 14sp for category title See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I04eb99b4df1ffcb60bb906ed3e1ea588e886dba4
Diffstat (limited to 'res/layout/dashboard_category.xml')
-rw-r--r--res/layout/dashboard_category.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dashboard_category.xml b/res/layout/dashboard_category.xml
index 74d7ed5..1099dda 100644
--- a/res/layout/dashboard_category.xml
+++ b/res/layout/dashboard_category.xml
@@ -26,7 +26,7 @@
android:singleLine="true"
android:ellipsize="marquee"
android:gravity="center_vertical"
- android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textAppearance="@style/TextAppearance.Small"
android:textAlignment="viewStart"
/>