ViewFlipper does not detect MotionEvent after inserting ScrollView in it

0

Use ViewFlipper with 4 "pages". It worked, until I inserted ScrollView into each of the pages. How can I resolve?

    
asked by anonymous 05.10.2015 / 18:58

1 answer

0

I was able to resolve with the ViewPager component, rather than the ViewFlipper :) I used the example in the platform documentation: link

    
07.10.2015 / 03:20