rickyngan

Results 1 comments of rickyngan

I find this another workable solution using ScrollView subclass (my case is in minSDKVersion API 16) ``` public class NoInterceptScrollView extends ScrollView { public NoInterceptScrollView(Context context, AttributeSet attrs) { super(context,...