Increased divider height in episodes list

This commit is contained in:
daniel oeh 2013-03-09 21:49:14 +01:00
parent e7c1336472
commit d3f9fddfa8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<ExpandableListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:dividerHeight="5dp"
android:layout_height="match_parent" >
</ExpandableListView>