Scrollview doesn't swipe when it's too short to scroll

前端 未结 3 845
死守一世寂寞
死守一世寂寞 2021-01-05 02:28

I\'m pretty new to Android app development, and I\'ve been playing around with swipe gestures using Android\'s SimpleOnGestureListener and a ViewFlipper. There are 3 childr

3条回答
  •  春和景丽
    2021-01-05 02:51

    Try setting android:fillViewport="true" in your layout xml for each of the ScrollViews. That tells the ScrollView to be as large as the view it's contained in.

提交回复
热议问题