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. 回答1: This Library fixed the EditText linespacing issue https://github.com/hanks-zyh/LineHeightEditText 回答2: use this code for line space between two line android:lineSpacingExtra="10dp" whole code is <EditText android:id="@+id/edittext" android:layout_margin="@dimen/activity_horizontal_margin" android:layout_width=