summaryrefslogtreecommitdiff
path: root/res/layout/gpodnet_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/gpodnet_main.xml')
-rw-r--r--res/layout/gpodnet_main.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/gpodnet_main.xml b/res/layout/gpodnet_main.xml
new file mode 100644
index 000000000..1017a6a65
--- /dev/null
+++ b/res/layout/gpodnet_main.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/main_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <android.support.v4.view.ViewPager
+ android:id="@+id/viewpager"
+ android:layout_width="match_parent"
+ android:layout_height="0px"
+ android:layout_weight="1">
+ <android.support.v4.view.PagerTabStrip
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="top" />
+ </android.support.v4.view.ViewPager>
+
+</LinearLayout>