I have a TextView with maxLines:5 and ellipsize:end applied, I'm also using setMovementMethod(LinkMovementMethod.getInstance()) on the TextView to make links clickable (HTML content).
The combination of all of the above disables the text being truncated and the '...' suffix to be appended.
Any idea what goes wrong and how to work around it?
Without setting the movement method, everything works as expected.
Update regarding bounty: looking for solution other than manually setting ellipses
from TextView maxLines, movement method and ellipsize
No comments:
Post a Comment