在 Android 中的文本视图(ellipsize=“marquee”)中第一次旋转文本后收到通知
我拥有的:我有一个带有 Ellipsize = Marquee 的 TextView。文本视图的焦点是真实的,因此我不必手动聚焦它来开始文本旋转。
我想要的:我想在文本第一次旋转完成时执行一些操作。例如,我想显示祝酒词或更改文本视图的文本。在开始第二个文本轮换周期之前,是否有类似事件在轮换之后引发的事件。
问题是什么:我不知道如何在 TextView 中的文本第一次旋转完成时收到通知。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我制作了一个自定义字幕,当字幕结束时我可以收到通知。
在这里,我回答了我自己的问题在此之前,因为这两个问题是相关的。
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.