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
Tried to use this with Edittext, since Edittext is extended from TextView, it is expected that the working will be fine. Any help ?
I need the same functionality to Views like EditText, RadioButton, CheckBox etc. Can you help me out!
Note : Working well with Buttons
The text was updated successfully, but these errors were encountered:
It works fine for me with EditText. Do you have maxLines set to anything? It's been a bit since I messed around with this and I can't check right now, but IIRC you must have maxLines set in order for AutoFit to do anything (makes sense).
Here is an EditText that I have working successfully in one of my apps. Please note, I always use AutoFitTextView by using the AutofitHelper.create(view) method, I do not use the custom view.
Hopefully you aren't still having this problem since this was asked 28 days ago, but if you are I hope that this helps.
Tried to use this with Edittext, since Edittext is extended from TextView, it is expected that the working will be fine. Any help ?
I need the same functionality to Views like EditText, RadioButton, CheckBox etc. Can you help me out!
Note : Working well with Buttons
The text was updated successfully, but these errors were encountered: