I\'m trying to use a ViewPager inside of a ScrollView, but the ViewPager does not appear. If I remove the ScrollView the
ViewPager
ScrollView
I've figured it out;
I needed to add android:fillViewport="true" to the ScrollView element.
android:fillViewport="true"