diff options
author | Clark Scheff <clark@cyngn.com> | 2014-08-11 11:57:36 -0700 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2014-08-12 09:17:59 -0700 |
commit | cb87d502666948d1d7b59b39624656d6a3f2fd67 (patch) | |
tree | d9a67b11e440441033e70db4be106a63cc5b7133 /res/values | |
parent | 579d5df2cedf96bb9c261a91debf8d0b4f547012 (diff) | |
download | packages_apps_ThemeChooser-cb87d502666948d1d7b59b39624656d6a3f2fd67.zip packages_apps_ThemeChooser-cb87d502666948d1d7b59b39624656d6a3f2fd67.tar.gz packages_apps_ThemeChooser-cb87d502666948d1d7b59b39624656d6a3f2fd67.tar.bz2 |
Make card title text 12sp instead of 6pt
Change-Id: Ib3e3e429c5c649c8da0c06416de6a0f7aea34a0c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 4d4a363..6a630dc 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -68,7 +68,7 @@ <item name="android:textColor">@color/component_label_color</item> <item name="android:gravity">center_vertical</item> <item name="android:textAllCaps">true</item> - <item name="android:textSize">6pt</item> + <item name="android:textSize">12sp</item> <item name="android:textStyle">bold</item> <item name="android:paddingTop">4dp</item> <item name="android:paddingBottom">4dp</item> |