Android Question How to change animated label text back to unanimated

cyberbird

New Member
Licensed User
Hi,
I am using animnated and not animated text for a label. I have a problem with changig it back in "normal" (not animated). Nr "3" should be animated , and afterwards nr. "2" should be displayed in size 30.
I tried :
lblComments.Text = "3"
lblComments.SetTextSizeAnimated(1000,180)
lblComments.TextSize = 30
lblComments.Text = "2"
but I get only "2" - animated , "3" is not displayed.

Thanks
 
Top