diff options
Diffstat (limited to 'app/src/main/res/layout/pager.xml')
-rw-r--r-- | app/src/main/res/layout/pager.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pager.xml b/app/src/main/res/layout/pager.xml new file mode 100644 index 0000000..35b8e01 --- /dev/null +++ b/app/src/main/res/layout/pager.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" + tools:context=".CollectionDemoActivity"> + +</android.support.v4.view.ViewPager>
\ No newline at end of file |