summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-03-10 18:59:43 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-03-10 18:59:43 +0100
commitcbb3d4691796e41d4afa70211038a66c5ce155f2 (patch)
tree848777560d9dfa4120eabe7e006c289245e4cc0f
parente40e51e60f836293434e44a861c48ae4a9de8726 (diff)
downloadAntennaPod-cbb3d4691796e41d4afa70211038a66c5ce155f2.zip
Switched back to standard divider height
-rw-r--r--res/layout/episodes_fragment.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/episodes_fragment.xml b/res/layout/episodes_fragment.xml
index 13b154ce2..5536a5545 100644
--- a/res/layout/episodes_fragment.xml
+++ b/res/layout/episodes_fragment.xml
@@ -6,7 +6,6 @@
<ExpandableListView
android:id="@android:id/list"
android:layout_width="match_parent"
- android:dividerHeight="5dp"
android:layout_height="match_parent" >
</ExpandableListView>