Skip to content

swatigoel/MultiplelineEllipsizeTextView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%