I have a texSwitcher to which I add two text views (created dynamically using TextView class). I am switching between the child text views using gesture detector. But when the text is large to fit in the current viewable area, the scrolling doesn't work for textswitcher.
When I tried using setTextMovement method of child text views, then the TextSwitcher stopped listening to horizontal swipe gestures.
Has anybody been successful in showing scrollable text views inside a TextSwitcher.