summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/main.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index b96bf31bf..6c578105e 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -4,11 +4,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
- <FrameLayout
- android:id="@+id/main_fragment"
+ <android.support.v4.view.ViewPager
+ android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="0px"
android:layout_weight="1">
- </FrameLayout>
+ </android.support.v4.view.ViewPager>
</LinearLayout>