text label size animated

  1. C

    Android Question How to change animated label text back to unanimated

    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)...
Top