开发者

textView.post resets TextView marquee behavior Android

开发者 https://www.devze.com 2023-02-17 09:26 出处:网络
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.

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.. 
0

精彩评论

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