AutoFitEditText
AutoFitEditText copied to clipboard
auto resizable EditText
how can i enable cursor blinking in this [AutoFitEditText](https://github.com/ViksaaSkool/AutoFitEditText/blob/master/lib/src/main/java/com/autofit/et/lib/AutoFitEditText.java)
Upgrade to AndroidX components Upgrade `minSdkVersion = 21` and `compileSdkVersion = 28` Add letter spacing support Fix line spacing not `reAdjust()`ing Add line and letter seek bars to example app
I copied some text into AutofitEditext and after tapping outside of the EditText all enters are automatically removed.
if lineSpacingMultiplier set to value between 0 and 1 (0.3, for example), then text going below bottom of the AutoFitEditText control (and became partially cutted) 