android-slidingactivity
android-slidingactivity copied to clipboard
Slide gesture is consumed before actual scroll takes place in no header activity
This can be seen in sample apk. The activity under 'Show no header sliding activity' consumes slide gesture a bit before the actual scrolling of contents takes place. May be its consuming due to header which in this activity is hidden
I solved that by using a line scroller.setIntermediateHeaderHeightRatio(0);
hi , which class you can add this line