Android-ExpandableTextView icon indicating copy to clipboard operation
Android-ExpandableTextView copied to clipboard

Duration consideration with variable lines

Open usernotnull opened this issue 6 years ago • 1 comments

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)

usernotnull avatar Mar 18 '18 10:03 usernotnull

Hi

what a great idea! I'll also try to implement this feature for the 1.1.0 release.

Cliff

Cliffus avatar Mar 19 '18 17:03 Cliffus