summaryrefslogtreecommitdiff
path: root/res/layout/feedlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feedlist_item.xml')
-rw-r--r--res/layout/feedlist_item.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml
new file mode 100644
index 000000000..f204d1807
--- /dev/null
+++ b/res/layout/feedlist_item.xml
@@ -0,0 +1,34 @@
+<?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" >
+ <ImageView
+ android:id="@+id/imgvFeedimage"
+ android:layout_height="fill_parent"
+ android:layout_width="50dip"
+ android:padding="10dip"
+ android:cropToPadding="true"
+ android:layout_alignParentLeft="true"
+ />
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_height="fill_parent"
+ android:layout_width="wrap_content"
+ android:layout_alignParentRight="true">
+ <TextView
+ android:id="@+id/txtvFeedname"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ />
+ <TextView
+ android:id="@+id/txtvNewEpisodes"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+
+ />
+
+
+ </LinearLayout>
+
+
+
+</RelativeLayout> \ No newline at end of file