summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-09-06 09:03:09 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-09-07 21:25:19 -0400
commit6ae33e1c5d5b90aef86a7f4bc437acd74f008137 (patch)
tree093da992c3e61439c134ebacfc0fd7fdb7ba6a60 /app/src/main/res
parentd25d93964b33914be31dfd36ce41e5ecb7dd83b2 (diff)
downloadAntennaPod-6ae33e1c5d5b90aef86a7f4bc437acd74f008137.zip
normalized how we were using tab layouts between different fragments.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/episodes_fragment.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/src/main/res/layout/episodes_fragment.xml b/app/src/main/res/layout/episodes_fragment.xml
deleted file mode 100644
index e0028a262..000000000
--- a/app/src/main/res/layout/episodes_fragment.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <android.support.design.widget.TabLayout
- android:id="@+id/sliding_tabs"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:tabMode="scrollable" />
-
- <android.support.v4.view.ViewPager
- android:id="@+id/viewpager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1" />
-
-</LinearLayout> \ No newline at end of file