tags:

views:

47

answers:

0

Hi,

I can set max line in my TextView in layout xml file. In my code, after I call setText() to the TextView, how can I find out if the text content has been cut off (i.e. the text is longer than the max line)?

Thank you.