summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-13 17:50:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-13 17:50:27 -0800
commite61d1609595cfe124f1d46a1a0f25c5d8f56bcf3 (patch)
tree20cc5c1ded0185a294d7995f49ba5d6c282544ae /res
parentdfd7e86b6a1bb92a81a739cd737cbed8f855a4b7 (diff)
parentab8ca3ff940c4e0941d90935229ae03a50be2bac (diff)
downloadandroid_packages_apps_ContactsCommon-e61d1609595cfe124f1d46a1a0f25c5d8f56bcf3.tar.gz
android_packages_apps_ContactsCommon-e61d1609595cfe124f1d46a1a0f25c5d8f56bcf3.tar.bz2
android_packages_apps_ContactsCommon-e61d1609595cfe124f1d46a1a0f25c5d8f56bcf3.zip
am ab8ca3ff: Merge "Make fonts consistent in contact list." into klp-dev
* commit 'ab8ca3ff940c4e0941d90935229ae03a50be2bac': Make fonts consistent in contact list.
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>