diff options
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 |