diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-10 18:59:43 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-10 18:59:43 +0100 |
commit | cbb3d4691796e41d4afa70211038a66c5ce155f2 (patch) | |
tree | 848777560d9dfa4120eabe7e006c289245e4cc0f /res | |
parent | e40e51e60f836293434e44a861c48ae4a9de8726 (diff) | |
download | AntennaPod-cbb3d4691796e41d4afa70211038a66c5ce155f2.zip |
Switched back to standard divider height
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/episodes_fragment.xml | 1 |
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> |