Fixed layout of pinned directory headers
Change-Id: I3cbe510efe95fc3d34864023ccbba751e695776b
diff --git a/res/layout/directory_header.xml b/res/layout/directory_header.xml
index 53207e0..cf36093 100644
--- a/res/layout/directory_header.xml
+++ b/res/layout/directory_header.xml
@@ -18,7 +18,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="48dip"
+ android:layout_height="56dip"
android:background="@drawable/directory_bg"
>
<TextView
@@ -49,7 +49,6 @@
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="6dip"
- android:layout_marginBottom="-4dip"
android:layout_above="@id/display_name"
android:textAppearance="?android:attr/textAppearanceMedium"
android:singleLine="true"