QuickReturn icon indicating copy to clipboard operation
QuickReturn copied to clipboard

Bottom position issue when listview has a padding

Open minas90 opened this issue 10 years ago • 0 comments

When listview has a top padding, bottom view gets the same bottom padding initially, when you scroll padding goes away. It is caused by getComputedScrollY method, without - view.getTop() it is in correct place, however quick return just appears / disappears without smooth transition.

minas90 avatar Sep 23 '14 07:09 minas90