summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-16 17:18:37 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-16 17:18:37 +0200
commitf9b0d1d318ed7e96fbc71dab8197937e02c0302c (patch)
treed6f5ccf7776230b39ced2029f2052338c2e8874b /res/layout
parentd539786af67f07044b31febb369abe69dbf8e486 (diff)
downloadAntennaPod-f9b0d1d318ed7e96fbc71dab8197937e02c0302c.zip
Moved Feeditemlist into Fragment
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemlist_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_activity.xml b/res/layout/feeditemlist_activity.xml
new file mode 100644
index 000000000..9b60bd796
--- /dev/null
+++ b/res/layout/feeditemlist_activity.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <FrameLayout
+ android:id="@+id/feeditemlistFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </FrameLayout>
+
+</LinearLayout> \ No newline at end of file