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
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.