-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ellipsize does not work with AutofitTextView #72
Comments
Okay, I realized that the ellipsize works if there is only one line (singleLine="true"). |
Hi! Same problem for me... Edit: |
Any plans for fixing this issue? |
same problem here |
Same problem |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Hi,
I am using AutofitTextView with :
android:maxLines="2"
autofit:minTextSize="15sp"
android:ellipsize="end"
My problem is that the ellipsize is not working. I understand that an ellipsize isn't necessary when there isn't any minimal Text Size.. However when there is a "minTextSize", an ellipsize is essential because the texts that are too long are just cut.. and this is not acceptable in a UI.
The text was updated successfully, but these errors were encountered: