I just came to know about using ellipsize in a Text View. But I cannot understand what difference in effect am I supposed to get if I set android:ellipsize=”marquee” rather than using android:ellipsize=”end”.I am new to android. Please help.
Share
If you want to make your textview to scroll horizontally then ellipsize “marquee” will only work. Ellipsize “end” will help you to make your textview ellipsize with “…”