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, 0 insertions, 19 deletions
diff --git a/res/layout/gpodnet_main.xml b/res/layout/gpodnet_main.xml
deleted file mode 100644
index 1017a6a65..000000000
--- a/res/layout/gpodnet_main.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>