aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_main.xml
blob: f698907e837b8d2311784e4597e3e48c0838953f (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.view.ViewPager
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/pager"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="0dp"
    android:visibility="gone"/>