Create a fragment pager layout

This commit is contained in:
neslihanturan 2018-05-19 14:55:40 +03:00 committed by maskara
parent f6347f0745
commit 8087d0872f
2 changed files with 72 additions and 4 deletions

View file

@ -24,6 +24,21 @@
</include>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
android:background="@color/primaryColor">
<android.support.v4.view.ViewPager
android:id="@+id/reviewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadingEdge="none" />
</FrameLayout>
</RelativeLayout>
</android.support.design.widget.CoordinatorLayout>