开发者

Get Notified after 1st rotation of Text in Text View(ellipsize="marquee") in Android

开发者 https://www.devze.com 2023-03-19 12:05 出处:网络
What I have: I have a TextView with Ellipsize = Marquee. The textview\'s focus is true, so that I don\'t have to focus it manually, to start the text rotation.

What I have: I have a TextView with Ellipsize = Marquee. The textview's focus is true, so that I don't have to focus it manually, to start the text rotation.

What I want: I want to do some operation when the 1st rotation of the text is complete. e.g. I want to show a toast or change the text of the textview. Is there anything like an event is raised after the rotation, before starting the 2nd cycle of text rotation.

What is the problem: I cant figure out on how to get notified开发者_开发技巧 when the first rotation of the text in TextView is complete.


I made a custom marquee and when that marquee ends I can get a notification.

Here, I have answered my own question before this one, as these two question were related.

0

精彩评论

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