You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume we have a textview with variable text inside. The text can change from 3 lines or up to 20 lines.
If we set the duration as let's say 300ms, the 3 line scenario will be too slow and 20 lines maybe too fast.
Is there a way to have a method to set duration according to how many lines are in the TV?
setDurationPerLine(int)
The text was updated successfully, but these errors were encountered:
Assume we have a textview with variable text inside. The text can change from 3 lines or up to 20 lines.
If we set the duration as let's say 300ms, the 3 line scenario will be too slow and 20 lines maybe too fast.
Is there a way to have a method to set duration according to how many lines are in the TV?
setDurationPerLine(int)
The text was updated successfully, but these errors were encountered: