From 64c4552a1341cd1157ce6975d619358ed6df4b63 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 11 Jun 2014 18:04:14 -0700 Subject: Increased padding beneath the call log day/group headers. Change-Id: I4a479063546ffe7e90772c79651193d313239603 --- res/layout/call_log_list_item.xml | 5 ++--- res/values/dimens.xml | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 3748967f6..d925c13b8 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -33,9 +33,8 @@ 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" - android:paddingBottom="1dp" - /> + android:paddingTop="@dimen/call_log_day_group_padding_top" + android:paddingBottom="@dimen/call_log_day_group_padding_bottom" /> diff --git a/res/values/dimens.xml b/res/values/dimens.xml index c6a8e9b5a..e5c6795d5 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -137,7 +137,8 @@ 44dp 4dp - 15dp + 15dp + 9dp 40dp -- cgit v1.2.3