LineHeightEditText
LineHeightEditText copied to clipboard
Fix edittext lineHeight and cursor length when set lineSpacingExtra or lineSpacingMultiplier
Results
2
LineHeightEditText issues
Sort by
recently updated
recently updated
newest added
when I input enter key, the cursor will position to next line, but there is not any space between it and the line above it. Only if I input any...
Why did you add a `addTextWatcher` method as there is already a `addTextChangedListener`. Did you consider your new added TextWatcher would be replaced if `addTextChangedListener` was called by the client?...