nhlongit / MultiplelineEllipsizeTextView

enable ellipsize support for multiple line text view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiplelineEllipsizeTextView

In Android, the default TextView does not support ellipsize for multiple lines text. So if a user needs this feature, he/she needs to write a customized TextView.

The initial version comes from http://stackoverflow.com/questions/2160619/android-ellipsize-multiline-textview. But there is only support for ellipsize END. Here I also add the support for START and MIDDLE.

Here is a screenshot from the sample app

About

enable ellipsize support for multiple line text view

License:MIT License


Languages

Language:Java 100.0%