From bebc70353c68d52b3bbd517fbcc2eb264860bd74 Mon Sep 17 00:00:00 2001 From: Brian Attwell Date: Tue, 9 Sep 2014 14:31:01 -0700 Subject: Increase padding above contact list (in common) Padding above the first image should be equal to the padding between images in the contact list. Bug: 17438022 Change-Id: Id0cf0b17bca527da3a2ab7672b2d7ba9158ba518 --- res/layout/contact_list_content.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout') diff --git a/res/layout/contact_list_content.xml b/res/layout/contact_list_content.xml index 1e5934c8..96624a51 100644 --- a/res/layout/contact_list_content.xml +++ b/res/layout/contact_list_content.xml @@ -47,6 +47,8 @@ android:layout_marginRight="?attr/contact_browser_list_padding_right" android:layout_marginStart="?attr/contact_browser_list_padding_left" android:layout_marginEnd="?attr/contact_browser_list_padding_right" + android:paddingTop="?attr/list_item_padding_top" + android:clipToPadding="false" android:fastScrollEnabled="true" android:fadingEdge="none" />