diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-09 21:49:14 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-09 21:49:14 +0100 |
commit | d3f9fddfa8361713250206d97e91fc414be0fab5 (patch) | |
tree | 1ee6fcf080cf40959a12a72907816a0e4c1077e6 /res | |
parent | e7c1336472b1ef3df44d38559c5d65461f4006f8 (diff) | |
download | AntennaPod-d3f9fddfa8361713250206d97e91fc414be0fab5.zip |
Increased divider height in episodes list
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/episodes_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/episodes_fragment.xml b/res/layout/episodes_fragment.xml index 5536a5545..13b154ce2 100644 --- a/res/layout/episodes_fragment.xml +++ b/res/layout/episodes_fragment.xml @@ -6,6 +6,7 @@ <ExpandableListView android:id="@android:id/list" android:layout_width="match_parent" + android:dividerHeight="5dp" android:layout_height="match_parent" > </ExpandableListView> |