how to add Continue String Sign like "..." in TextView?

Posted by UMMA on Stack Overflow See other posts from Stack Overflow or by UMMA
Published on 2010-04-02T12:33:56Z Indexed on 2010/04/02 12:43 UTC
Read the original article Hit count: 322

Filed under:
|

if i add string in a TextView for example,

this is my string

and TextView max length is 4

It should look like in activity this... or t... that means string continue sign at the end of assigned string if string size is bigger than Max length.

Can any one guide me what should i do or i will have to manually add "..." at the end of string through programming.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about textview