StickyListHeaders
StickyListHeaders copied to clipboard
onHeaderLongClick
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?
+1
+1