summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDaniel Oeh <daniel@danielpc.(none)>2012-04-12 15:26:41 +0200
committerDaniel Oeh <daniel@danielpc.(none)>2012-04-12 15:26:41 +0200
commit789f78fe4150037e26d35e713eff70c274cbb43c (patch)
treee6491bbc74681956b81dd76f8c12196bcc9e0da8 /res
parentc633acfa8b25e5bd5a1e6e028a070d4a7dd0e253 (diff)
downloadAntennaPod-789f78fe4150037e26d35e713eff70c274cbb43c.zip
Implemented Feeditemlist in App
Diffstat (limited to 'res')
-rw-r--r--res/layout/feeditemlist_item.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
new file mode 100644
index 000000000..406303f67
--- /dev/null
+++ b/res/layout/feeditemlist_item.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ <TextView
+ android:id="@+id/txtvItemname"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ />
+</RelativeLayout>