Search code examples
androidandroid-studioandroid-edittextline

I can not adjust the edittext linespacing


I want to adjust the line spacing of edittext. I use a long line, and when I cross the line, linespacing is applied. However, linespacing does not apply when I input Enter key.

enter image description here


Solution

  • This Library fixed the EditText linespacing issue https://github.com/hanks-zyh/LineHeightEditText

    enter image description here