aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml
blob: bb0f4484ee4a6cf2402f2f3a5dc06a803c3959ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<android.support.v4.widget.SwipeRefreshLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/swiperefresh"
    android:layout_height="match_parent"
    android:layout_width="match_parent">

    <android.support.v4.view.ViewPager
    android:id="@+id/pager"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="0dp"/>

</android.support.v4.widget.SwipeRefreshLayout>