MultiplelineEllipsizeTextView icon indicating copy to clipboard operation
MultiplelineEllipsizeTextView copied to clipboard

Working with spannable text

Open dpproduction opened this issue 10 years ago • 1 comments

Spannable effect not showing

dpproduction avatar Jun 02 '15 12:06 dpproduction

The reason for this is that most of the operations inside the EllipsizingTextView operate on String instances, as opposed to CharSequence objects, which have no notion of the underlying spans. It's actually not too hard to fix this by changing all the instances to CharSequence objects and replacing the methods with their equivalents (either from the CharSequence class or from TextUtils).

Depending on time I may create a fork with the suggested changes, however this library is quite outdated in terms of setup/maintenance.

martino2k6 avatar Jan 09 '16 16:01 martino2k6