summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-09-06 18:10:29 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-09-06 18:10:29 +0200
commit5e63586d7c0c2b1246c79fdcdecc376979b5cafc (patch)
treecd53eeb0b05b1d8964efd1f96bf8f802202c88fc /res
parent906f85da07ff7b1225f947a9bc4cf97e1755bf09 (diff)
downloadAntennaPod-5e63586d7c0c2b1246c79fdcdecc376979b5cafc.zip
Added external player to feeditemlist
Diffstat (limited to 'res')
-rw-r--r--res/layout/feeditemlist_activity.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/feeditemlist_activity.xml b/res/layout/feeditemlist_activity.xml
index 9b60bd796..6fae4fb16 100644
--- a/res/layout/feeditemlist_activity.xml
+++ b/res/layout/feeditemlist_activity.xml
@@ -7,7 +7,14 @@
<FrameLayout
android:id="@+id/feeditemlistFragment"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="0dp"
+ android:layout_weight="1" >
+ </FrameLayout>
+
+ <FrameLayout
+ android:id="@+id/playerFragment"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
</FrameLayout>
</LinearLayout> \ No newline at end of file