android-slidingactivity icon indicating copy to clipboard operation
android-slidingactivity copied to clipboard

Slide gesture is consumed before actual scroll takes place in no header activity

Open apgapg opened this issue 8 years ago • 2 comments

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

apgapg avatar Mar 31 '17 07:03 apgapg

I solved that by using a line scroller.setIntermediateHeaderHeightRatio(0);

apgapg avatar Mar 31 '17 07:03 apgapg

hi , which class you can add this line

MaheshCapcee avatar Jun 20 '17 09:06 MaheshCapcee