11679 Views
Ellipsis is triple dots (...) at the end of the line. It is required when you want to keep your sentence in a single line. If your test reached the end of the line then automatically create ... at the end.
Steps to create ellipsis TextView in android:
1. Add TextView in your activity.
<TextView
...
Sheetal Kumar
Aug 11, 2018