diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-03 14:47:06 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-06-03 14:47:06 -0700 |
commit | e1c0396db7e655e2a4e9ce5ce85c614ea450c723 (patch) | |
tree | 56b249ad232ce7379c45554320bae173785ee894 /res | |
parent | 763d0c2afd034b4c2939199da7eba491548acdff (diff) |
Change day group header label in recents to medium weight.
Bug: 15408691
Change-Id: Id54cfac084a0ec0e80704ba602f32dfff544b4f8
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |