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

后端 未结 5 945
失恋的感觉
失恋的感觉 2020-11-29 01:22

I\'m trying to use a ViewPager inside of a ScrollView, but the ViewPager does not appear. If I remove the ScrollView the

5条回答
  •  抹茶落季
    2020-11-29 01:25

    I've figured it out;

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

提交回复
热议问题