noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

How to Disable Scroll of Scrollable Layout #36

Closed manishpatidar123 closed 7 years ago

noties commented 7 years ago

Just call setSelfUpdateScroll(boolean) and pass true there (it means ScrollableLayout won't process touch events)