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

onAttachToWindow() called multiple times for footer views

Open nbarraille opened this issue 10 years ago • 1 comments

It looks like whenever the views in the adapter change their layout onAttachToWindow() is called on the footers. This is problematic when for example using an indeterminate ProgressBar as a footer for infinite scrolling because this keeps reseting the animation on the ProgressBar and looks weird.

nbarraille avatar Feb 26 '15 21:02 nbarraille

Getting same issue with header view. When we add header view its calling onAttachToWindow() frequently while touch on header view.

shaileshe2logy avatar Nov 15 '16 11:11 shaileshe2logy