From be0aebda8dfd7d148ff5969cd5101fcf66e72f13 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 15 Apr 2015 15:25:42 +0200 Subject: Added podcast tab --- app/src/main/res/layout/activity_main.xml | 2 +- app/src/main/res/layout/pager_content_podcast.xml | 8 ++++++++ app/src/main/res/layout/pager_content_podcast_item.xml | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/pager_content_podcast.xml create mode 100644 app/src/main/res/layout/pager_content_podcast_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 8052335..4126c8c 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -4,7 +4,7 @@ android:layout_height="match_parent" android:layout_width="match_parent">--> - + + + \ No newline at end of file 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 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3