我无法调整 edittext 行距

I can not adjust the edittext linespacing

我想调整edittext的行间距。 我使用了一条长线,当我穿过这条线时,应用了行距。 但是,当我输入 Enter 键时,行距不适用。

在两行

之间的行space使用此代码
 android:lineSpacingExtra="10dp"

整个代码是

      <EditText
            android:id="@+id/edittext"
            android:layout_margin="@dimen/activity_horizontal_margin"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:lineSpacingExtra="10dp" //set the line space between 2 lines
            android:text="iadhadhsfbsfffbdgfddgdfdjkfhdjfhdkfhdfhdfhdkfhdkjhfkdhfdkhfdkfhdhfdkfhdkhfdjkfhdfhd"/>

此库修复了 EditText 行距问题 https://github.com/hanks-zyh/LineHeightEditText