diff --git a/res/drawable/text_section_header.xml b/res/drawable/text_section_header.xml
new file mode 100644
index 00000000..9427d83a
--- /dev/null
+++ b/res/drawable/text_section_header.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/activity_list.xml b/res/layout/activity_list.xml
index 75a946aa..5e9ee5c1 100644
--- a/res/layout/activity_list.xml
+++ b/res/layout/activity_list.xml
@@ -2,10 +2,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_margin="16dip"
+ android:padding="16dip"
tools:context=".MainActivity"
android:id="@+id/listView1"
android:addStatesFromChildren="true"
android:orientation="vertical">
-
diff --git a/res/layout/list_item_category.xml b/res/layout/list_item_category.xml
index 3d259bc8..0eb1cc11 100644
--- a/res/layout/list_item_category.xml
+++ b/res/layout/list_item_category.xml
@@ -5,9 +5,20 @@
android:layout_height="wrap_content"
android:orientation="vertical">
-
+