aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/main.xml
blob: 823922dccc9db645a2116ce0a5c90c795567757a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:gravity="center_horizontal"
	android:orientation="vertical" >

	<android.support.v4.view.ViewPager
		android:id="@+id/pager"
		android:layout_width="match_parent"
		android:layout_height="0px"
		android:layout_weight="1" >
	</android.support.v4.view.ViewPager>
</LinearLayout>