Increased divider height in episodes list
This commit is contained in:
parent
e7c1336472
commit
d3f9fddfa8
|
@ -6,6 +6,7 @@
|
|||
<ExpandableListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:dividerHeight="5dp"
|
||||
android:layout_height="match_parent" >
|
||||
</ExpandableListView>
|
||||
|
||||
|
|
Loading…
Reference in New Issue