summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-13 16:15:05 -0800
committerChiao Cheng <chiaocheng@google.com>2013-11-13 16:15:05 -0800
commitd396439cb61b5470363fda394137f706b792f29a (patch)
treecf0bc88d663c7530ab87e691c6acbc2710889d43 /res
parent3d9abc2aee2dd9bb73580de71c599f4cb8a61a7b (diff)
downloadandroid_packages_apps_ContactsCommon-d396439cb61b5470363fda394137f706b792f29a.tar.gz
android_packages_apps_ContactsCommon-d396439cb61b5470363fda394137f706b792f29a.tar.bz2
android_packages_apps_ContactsCommon-d396439cb61b5470363fda394137f706b792f29a.zip
Make fonts consistent in contact list.
Bug: 11674807 Change-Id: I86e08025085e140ecee7cfa796aff006ea3e270b
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/styles.xml10
2 files changed, 11 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 709a205b..65abd95c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -20,7 +20,7 @@
<color name="primary_text_color">#363636</color>
<!-- Divider color for header separator -->
- <color name="secondary_text_color">#777777</color>
+ <color name="secondary_text_color">#888888</color>
<!-- Divider color for header separator -->
<color name="main_header_separator_color">#AAAAAA</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index eb6743b7..1bde31c3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -59,6 +59,16 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
<item name="android:textAllCaps">true</item>
</style>
+ <style name="TextAppearanceMedium" parent="@android:style/TextAppearance.Medium">
+ <item name="android:textSize">16sp</item>
+ <item name="android:textColor">#000000</item>
+ </style>
+
+ <style name="TextAppearanceSmall" parent="@android:style/TextAppearance.Small">
+ <item name="android:textSize">12sp</item>
+ <item name="android:textColor">#888888</item>
+ </style>
+
<style name="ListViewStyle" parent="@android:style/Widget.Holo.Light.ListView">
<item name="android:overScrollMode">always</item>
</style>