blob: 7d924efe9f43b993db46e575c7e961facf07b6c7 (
plain) (
blame)
1
2
3
4
5
6
7
|
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="0dp"/>
|