summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-11 18:04:14 -0700
committerAndrew Lee <anwlee@google.com>2014-06-11 18:04:14 -0700
commit64c4552a1341cd1157ce6975d619358ed6df4b63 (patch)
tree896c176d15745694aaa4e7845ef1bbe3b1eeb9d3 /res/layout
parent28aab271e57a4966496b5d2ef2b067e8ace34679 (diff)
Increased padding beneath the call log day/group headers.
Change-Id: I4a479063546ffe7e90772c79651193d313239603
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item.xml5
1 files changed, 2 insertions, 3 deletions
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" />
<!-- Linear layout to separate the primary area containing the contact badge and caller
information and the secondary action (call details / play voicemail). -->