StickyListHeaders icon indicating copy to clipboard operation
StickyListHeaders copied to clipboard

onHeaderLongClick

Open mtotschnig opened this issue 10 years ago • 2 comments

I would like to provide context specific actions on long clicks on headers. This could be quite trivially implemented by extending OnHeaderClickListener with

 boolean onHeaderLongClick(StickyListHeadersListView l, View header,
        int itemPosition, long headerId, boolean currentlySticky);

and setting onLongClickListeners on the headers.

Is this something that others are interested in and that you would accept a pull request for?

mtotschnig avatar Oct 29 '14 22:10 mtotschnig

+1

lsjwzh avatar Oct 30 '14 01:10 lsjwzh

+1

OneManMobile avatar Feb 05 '16 11:02 OneManMobile