开发者

Listview RollOver RollOut

开发者 https://www.devze.com 2023-02-04 15:57 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消