From e1c0396db7e655e2a4e9ce5ce85c614ea450c723 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 3 Jun 2014 14:47:06 -0700 Subject: Change day group header label in recents to medium weight. Bug: 15408691 Change-Id: Id54cfac084a0ec0e80704ba602f32dfff544b4f8 --- res/layout/call_log_list_item.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 9a90b245a..411af70e7 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -30,6 +30,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/call_log_start_margin" android:layout_marginEnd="@dimen/call_log_outer_margin" + android:fontFamily="sans-serif-medium" android:textColor="?attr/call_log_secondary_text_color" android:textSize="@dimen/call_log_secondary_text_size" android:paddingTop="@dimen/call_log_day_group_padding" -- cgit v1.2.3