Android:如何查找选框文本视图滚动持续时间的持续时间
我在我的应用程序中使用文本视图,字幕限制为 1。第一次完整滚动后,我想更新文本视图内容。为此,我需要计算文本视图一次完整滚动的持续时间。有什么办法可以找到相同的吗?请帮我。
感谢和问候
I'm using a textview in my app with marquee limit 1. After the first complete scrolling i want to update the textview content. For that i need to calculate the duration for one complete scrolling of textview. Is there any way to find the same. Please help me.
Thanks And Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 getAnimation().getDuration() 获取选取框滚动持续时间
尝试使用以下代码。
use
getAnimation().getDuration()
to get marquee scroll durationTry with the following code.