I have a ScrollView (and HorizontalScrollView also), with some content on then.
I need to enable these views to bounces the content if the user try to pass beyond the limit of the scrollable content. How I do that?
I have a ScrollView (and HorizontalScrollView also), with some content on then.
I need to enable these views to bounces the content if the user try to pass beyond the limit of the scrollable content. How I do that?
http://www.techhui.com/group/android/forum/topics/support-bounce-property-for this guy seems to have made a custom horizontalscrollview that has the bouncing behavior.