FadingActionBar icon indicating copy to clipboard operation
FadingActionBar copied to clipboard

Add property which allows header view to handle touch events.

Open deRonbrown opened this issue 10 years ago • 5 comments

Previously, the header view could not accept user interaction. By setting the mAllowHeaderTouchEvents flag, the margin view will pass touches to the header view to be (possibly) handled.

Common use cases are if the header view contains an ImageView which needs an OnClickListener or if you have a more complex header view with buttons or other clickable elements.

deRonbrown avatar Jun 26 '14 18:06 deRonbrown

+1 - this is useful and I've pulled this into my codebase

smbarne avatar Jul 31 '14 14:07 smbarne

:+1: from me also. Also have included it in our codebase.

MariusVolkhart avatar Jul 31 '14 15:07 MariusVolkhart

It worked great for me XD thanks a ton

xkokushox avatar Aug 26 '14 20:08 xkokushox

excellent work, thank you!

doodlleus avatar Sep 18 '14 16:09 doodlleus

+1, please merge

jkwiecien avatar Apr 02 '15 12:04 jkwiecien