Listview RollOver RollOut
What events do I need to listen to imitate rollover and rollout on a listview item. I want to change the 开发者_开发百科colour of some text on rollover and change it back on rollover.
Thanks everyone.
Went with the setOnTouchListener. Using MotionEvent.ACTION_DOWN etc... I could simulate the gesture of RollOver RollOut in the context of touch.
精彩评论