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.xml | |
parent | Working tabs & meditations (diff) |
Added podcast tab
Diffstat (limited to 'app/src/main/res/layout/pager_content_podcast.xml')
-rw-r--r-- | app/src/main/res/layout/pager_content_podcast.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pager_content_podcast.xml b/app/src/main/res/layout/pager_content_podcast.xml new file mode 100644 index 0000000..148c301 --- /dev/null +++ b/app/src/main/res/layout/pager_content_podcast.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<ListView + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/podcasts_list" + android:layout_width="match_parent" + android:layout_height="match_parent"> + +</ListView>
\ No newline at end of file |