aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_feed.xml')
-rw-r--r--app/src/main/res/layout/item_feed.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_feed.xml b/app/src/main/res/layout/item_feed.xml
new file mode 100644
index 0000000..8c78f62
--- /dev/null
+++ b/app/src/main/res/layout/item_feed.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp">
+
+ <TextView android:id="@+id/feed_item_title"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textSize="@dimen/font_size_large"/>
+
+ <TextView android:id="@+id/feed_item_url"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textSize="@dimen/font_size_small"/>
+
+</LinearLayout> \ No newline at end of file