aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/pager_content_podcast_item.xml
diff options
context:
space:
mode:
authorCamil Staps2015-04-15 15:25:42 +0200
committerCamil Staps2015-04-15 15:25:42 +0200
commitbe0aebda8dfd7d148ff5969cd5101fcf66e72f13 (patch)
tree9aeabd977681040b0b51f6aa09cbf7a5dd9d2b5b /app/src/main/res/layout/pager_content_podcast_item.xml
parentWorking tabs & meditations (diff)
Added podcast tab
Diffstat (limited to 'app/src/main/res/layout/pager_content_podcast_item.xml')
-rw-r--r--app/src/main/res/layout/pager_content_podcast_item.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pager_content_podcast_item.xml b/app/src/main/res/layout/pager_content_podcast_item.xml
new file mode 100644
index 0000000..22e45d0
--- /dev/null
+++ b/app/src/main/res/layout/pager_content_podcast_item.xml
@@ -0,0 +1,18 @@
+<?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" >
+
+ <TextView
+ android:id="@+id/podcast_date"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+ <TextView
+ android:id="@+id/podcast_title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+
+</LinearLayout> \ No newline at end of file