You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have decide to fix the ellipsizing on Android because it's really crappy. It's why we truncated by word and no by part of the word. A workaround could be to have a bigger area for your textfield.
If not, I can add a new mode with offer the choice to disable our ellipsizing mode :)
Actually the text field is matching parent. There is the full screen to
print the world.
I found a workaround. Using an ellipzising textview I don't have the
problem and the world is fully printed.
Le 27 déc. 2013 13:06, "odemolliens" notifications@github.com a écrit :
Bonjour Damien ;)
I have decide to fix the ellipsizing on Android because it's really crappy.
It's why we truncated by word and no by part of the word. A workaround
could be to have a bigger area for your textfield.
If not, I can add a new mode with offer the choice to disable our
ellipsizing mode :)
—
Reply to this email directly or view it on
GitHubhttps://github.com//issues/2#issuecomment-31258133
.
Hi !
I'm a big fan of the typeface attribute. Make me win a lot of time.
On a specific TextView I've some kind of side effect.
Printed text is "..." while text attribute is set to a word (in this case, "Category")
See XML :
When typeface is removed, the bug doesn't appear. It might be due to onMeasure not being properly implemented.
What do you think about that ?
The text was updated successfully, but these errors were encountered: