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
diff --git a/res-common/layout/contact_list_content.xml b/res-common/layout/contact_list_content.xml
index 1e5934c..96624a5 100644
--- a/res-common/layout/contact_list_content.xml
+++ b/res-common/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" />
<ProgressBar