EllipsizedTextView
EllipsizedTextView copied to clipboard
A simple TextView with a simple task: support custom ellipsis.
This is happenning when the text content has large words where each word occupies more than half of the line. It seems like these words are getting pushed into the...
I noticed multiple issues with the `1.0.0` implementation. 1. If the text contains "...", before the final ellipsis, the custom ellipsis is added in the text, not at the end....
I'm getting mixed results when using this. I've put in android:ellipsize="end" app:ellipsis="@string/more" and I see text ending in with "..." or "more". Haven't looked at your code just yet -...
I am trying to work with this library but I get the following error when trying to compile my project  This is the version I am using `implementation "com.thecodeyard.android:ellipsizedtextview:1.0.0"`...