Fix divider asset

Change-Id: If32974f33e7a3ec8660c3eb1ede1a8cf63615495
diff --git a/res/drawable-hdpi/divider_horizontal_light.png b/res/drawable-hdpi/divider_horizontal_light.png
new file mode 100644
index 0000000..20d7a01
--- /dev/null
+++ b/res/drawable-hdpi/divider_horizontal_light.png
Binary files differ
diff --git a/res/drawable-mdpi/divider_horizontal_light.png b/res/drawable-mdpi/divider_horizontal_light.png
new file mode 100644
index 0000000..20d7a01
--- /dev/null
+++ b/res/drawable-mdpi/divider_horizontal_light.png
Binary files differ
diff --git a/res/layout-xlarge/item_kind_section.xml b/res/layout-xlarge/item_kind_section.xml
index 0a55282..5ca85a9 100644
--- a/res/layout-xlarge/item_kind_section.xml
+++ b/res/layout-xlarge/item_kind_section.xml
@@ -24,8 +24,8 @@
 
     <View
         android:layout_width="match_parent"
-        android:layout_height="15dip"
-        android:background="?android:attr/listDivider" />
+        android:layout_height="wrap_content"
+        android:background="@drawable/divider_horizontal_light" />
 
     <LinearLayout
         android:id="@+id/kind_editors"
diff --git a/res/layout/contact_detail_divider.xml b/res/layout/contact_detail_divider.xml
index c934daf..87f0597 100644
--- a/res/layout/contact_detail_divider.xml
+++ b/res/layout/contact_detail_divider.xml
@@ -16,7 +16,7 @@
 
 <View xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="10dip"
+    android:layout_height="wrap_content"
     android:layout_marginTop="8dip"
-    android:background="?android:attr/listDivider"
+    android:background="@drawable/divider_horizontal_light"
     />
\ No newline at end of file
diff --git a/res/layout/item_kind_section.xml b/res/layout/item_kind_section.xml
index ba14bb6..e290f09 100644
--- a/res/layout/item_kind_section.xml
+++ b/res/layout/item_kind_section.xml
@@ -25,8 +25,8 @@
 
     <View
         android:layout_width="match_parent"
-        android:layout_height="15dip"
-        android:background="?android:attr/listDivider" />
+        android:layout_height="wrap_content"
+        android:background="@drawable/divider_horizontal_light" />
 
     <LinearLayout
         android:id="@+id/kind_editors"