diff options
author | Camil Staps | 2015-04-15 15:25:42 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-15 15:25:42 +0200 |
commit | be0aebda8dfd7d148ff5969cd5101fcf66e72f13 (patch) | |
tree | 9aeabd977681040b0b51f6aa09cbf7a5dd9d2b5b /app/src/main/res/layout/pager_content_podcast_item.xml | |
parent | Working 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.xml | 18 |
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 |