android-autofittextview
android-autofittextview copied to clipboard
Add height/maxHeight support.
Probably will utilize StaticLayout.
Are you actively working on this (if so, any ETA?) or, if I need this feature, should I add it myself and submit a pull request?
I have yet to start this feature, so you're welcome to! It'd be great if you could update this issue here if/when you start.
Thanks!
Has this issue been resolved yet? I'm using your textview in a vertical linear layout with weights instead of heights, but the textsize doesn't change. The textview appears to think it has more height available to it, and I think this issue is related. Everywhere else it works great!
Unfortunately there has not been any change on this issue.
I was also looking at this library to see whether i could shrink down a single line text if does not fit into the available width. Unfortunately that does not seam to work.