Just like setColorAnimated but for Text Color:
Fades from existing color to TargetColor:
Sub FadeColorAsync(targetView As B4XView, targetColor As Int, duration As Int)
Dim startTime As Long = DateTime.Now
Dim startColor As Int = targetView.TextColor
Dim deltaR As Int =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.