summaryrefslogtreecommitdiff
path: root/res/layout/phone_favorite_regular_row_view.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-14 01:46:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-14 01:46:31 +0000
commite07ad7c9cd914ff76dcb2a08d43b64551aeb4efb (patch)
treef2200870026c16e0b3f5c7e5f37cf53d82342649 /res/layout/phone_favorite_regular_row_view.xml
parent349f3e1b6c5642636fbe4480a47b568e47c92154 (diff)
parent037bbac99e3b5e3e3ec32b9ad9c33022c945b2a1 (diff)
Merge "Make fonts and colors consistent across views." into klp-dev
Diffstat (limited to 'res/layout/phone_favorite_regular_row_view.xml')
-rw-r--r--res/layout/phone_favorite_regular_row_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml
index a90117f10..012c9be2f 100644
--- a/res/layout/phone_favorite_regular_row_view.xml
+++ b/res/layout/phone_favorite_regular_row_view.xml
@@ -49,7 +49,8 @@
android:id="@id/contact_tile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="16sp"
+ android:textColor="@color/dialtacts_primary_text_color"/>
android:singleLine="true"
android:fadingEdge="horizontal"
android:fadingEdgeLength="3dip"