Scrollview doesn't swipe when it's too short to scroll
问题 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 children of the ViewFlipper, and each is a ScrollView. They're all dynamically populated when the Activity loads, and they don't change after that. The ScrollView is where the SimpleOnGestureListeners are attached. Here's the layout I'm using: +ViewFlipper ++ScrollView (x3, one for each page, each with the following:) ++