Is it possible to have a ViewPager inside of a ScrollView?

I’ve figured it out;

I needed to add android:fillViewport="true" to the ScrollView element.

Leave a Comment