Adjust fonts and list header styles for People
Bug: 10861682
Change-Id: Ifbdb8e23666dfbf931d11fa9d0d0a97e4cc15bdd
diff --git a/res/layout/user_profile_header.xml b/res/layout/user_profile_header.xml
index fb5341b..1d08298 100644
--- a/res/layout/user_profile_header.xml
+++ b/res/layout/user_profile_header.xml
@@ -24,6 +24,8 @@
android:paddingRight="?attr/list_item_padding_right"
android:paddingStart="?attr/list_item_padding_left"
android:paddingEnd="?attr/list_item_padding_right"
+ android:paddingTop="4dp"
+ android:paddingBottom="8dp"
android:background="@drawable/list_section_divider_holo_custom"
android:gravity="center_vertical"
>
@@ -36,7 +38,7 @@
android:text="@string/user_profile_contacts_list_header"
android:ellipsize="end"
android:layout_weight="1"
- android:textAppearance="@style/SectionHeaderStyle"
+ android:textAppearance="@style/DirectoryHeaderStyle"
android:paddingLeft="?attr/list_item_text_indent"
android:paddingStart="?attr/list_item_text_indent" />