ViewFlipper not flipping with child listview

前端 未结 1 1206
醉酒成梦
醉酒成梦 2021-01-03 02:06

ViewFlipper is not working when swiping. If i put some other view instead of list view, flipping works fine. Is there any other code i should add for a listview? And scroll

相关标签:
1条回答
  • 2021-01-03 02:32

    Scrolling is not taking effect, as you have already overrided gestures, so, you also need to take scroll effect manually, in the case.

    0 讨论(0)
提交回复
热议问题