4

I want to marquee text, and when the marquee completes (the 1 full marquee cycle), I want to trigger another event. 有没有好的方法来做到这一点?选中文本视图时,我没有看到 OnEnd 或类似功能

4

1 回答 1

1

使用 custom TextView,您可以覆盖以在字段和字段的字段上onDraw使用反射(请参阅 grepcode 上的 TextView 代码等)。mMarqueemStatusmMarquee

mStatus选取框运行时值为 2,停止时值为 0。

onDraw被调用很多,但特别是在选取框完成后立即调用。

于 2012-11-15T15:14:17.113 回答