Hello!
I wrote application which uses ListActivity
. Each item of the list consists of ImageView
and TextView
. Long click on list entry triggers some menu and color effect because onCreateContextMenu
was overridden. Sometimes TextView
contains HTML links which I would like to be interactive. I read #1697908 and made links active, so browser/youtube player is started. Everything would be great but color effect on long click disappeared (context menu still appears).
Could somebody tell me how to connect these two features and get back color effect?