java - How to make ViewPager fullscreen? -
i have viewpager want take full-screen, takes part of it. how can make take full-screen? here's code, notice filled many calls make layout take full-screen, no avail. walkthrough_activity.xml: <?xml version="1.0" encoding="utf-8"?> <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <android.support.v4.view.viewpager android:id="@+id/view_pager" android:layout_width="fill_parent" android:layout_height="fill_parent" android:minwidth="1080dp" android:minheight="1920dp"/> </relativelayout> walkthrough_single_view.xml: <?xml version="1.0" encoding="utf-8"?> <imageview xmlns:android="http://schemas.android.com/apk/res/android" android:id=&quo