ScrollView 嵌套 TabLayout和Viewpager

1.  Scrollview中添加   

android:fillViewport="true"

2. ScrollView的第一个元素添加 

android:focusable="true"

android:focusableInTouchMode="true"

你可能感兴趣的:(ScrollView 嵌套 TabLayout和Viewpager)