summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
blob: 6c578105ee7a9fda75452c7e9fdd1c198499ab04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.ViewPager>
	
</LinearLayout>