diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-04 18:44:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-04 18:44:04 +0000 |
commit | 88e90c59336969df2b0c74b00176a8e5ed2cb001 (patch) | |
tree | 26c7ad51314c22f38056b2ab326056dae91090ed /res | |
parent | 6061f8b52ba2b4b6ed66286d7cf58902db91c3d2 (diff) | |
parent | e1c0396db7e655e2a4e9ce5ce85c614ea450c723 (diff) |
am e1c0396d: Change day group header label in recents to medium weight.
* commit 'e1c0396db7e655e2a4e9ce5ce85c614ea450c723':
Change day group header label in recents to medium weight.
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" |