Android TextView

Posted by user353528 on Stack Overflow See other posts from Stack Overflow or by user353528
Published on 2010-05-29T10:45:54Z Indexed on 2010/05/29 10:52 UTC
Read the original article Hit count: 104

Filed under:
|

Hi!

I have an Android TextView where the view itself is limited to four lines. If the text exceeds this limit I want the end of the view to end with something like .. <-- to notify that there is more text here so you can click and open in fullscreen for example. Not just suddenly stop in the middle of a sentence. Is there a quick fix for this?

© Stack Overflow or respective owner

Related posts about android

Related posts about textview