textView.post 重置 TextView 选取框行为 Android

发布于 2024-10-22 19:06:38 字数 513 浏览 0 评论 0原文

我在加载屏幕上显示一些文本。我已设置 TextView 属性以使其滚动文本,但我还有另一个 TextView 显示当前正在加载的项目。

当我执行 TextView.post(new Runnable... ) 时,它会重置选取框文本,例如

------------------------------------------------------------------
... partial text has been passed and..
---------------------------------|---------------------------------
                             Here it posts to set loading text new status and my mruquee text again starts scrolling from start although it has to continue scroll.. 

I am showing a some text on my loading screen. I have set TextView properties to make is scroll text but I also have another TextView that shows the current item being loading.

when I do TextView.post(new Runnable... it resets the marquee text e.g

------------------------------------------------------------------
... partial text has been passed and..
---------------------------------|---------------------------------
                             Here it posts to set loading text new status and my mruquee text again starts scrolling from start although it has to continue scroll.. 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文