I've noticed that if I add any kind of layout (with e.g. a button inside) as a header and set clipChildren to false, it's still clipping. So let's say the header has 1 dp of height, inside there's a fake button that should be drawn outside of the header (effectively right next to grid items), but it's not.
Is there anything special done with the header after it's returned from getHeaderView? I'll go through the code, just wander if it's by design...
I've noticed that if I add any kind of layout (with e.g. a button inside) as a header and set clipChildren to false, it's still clipping. So let's say the header has 1 dp of height, inside there's a fake button that should be drawn outside of the header (effectively right next to grid items), but it's not. Is there anything special done with the header after it's returned from getHeaderView? I'll go through the code, just wander if it's by design...