ListView Long Click Animation

Posted by spaceboy2000 on Stack Overflow See other posts from Stack Overflow or by spaceboy2000
Published on 2009-12-03T15:38:29Z Indexed on 2010/04/18 18:03 UTC
Read the original article Hit count: 494

Filed under:
|
|
|

I would like to capture long click events in a ListView, which was easily done using a OnItemLongClickListener. However, that lacks the fading animation of the selector transitioning to a long press that is seen when the long click is handled by onCreateContextMenu. How can I get that animation using OnItemLongClickListener?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview