我无法调整edittext linespacing

时间:2017-03-09 05:42:07

标签: android android-studio android-edittext line

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

enter image description here

2 个答案:

答案 0 :(得分:1)

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

enter image description here

答案 1 :(得分:-1)

将此代码用于两行之间的行间距  机器人:lineSpacingExtra = “10dp” 整个代码是       <的EditText             机器人:ID = “@ + ID / EditText上”             机器人:layout_margin = “@扪/ activity_horizo​​ntal_margin”             机器人:layout_width = “match_parent”             机器人:layout_height = “WRAP_CONTENT”             android:lineSpacingExtra =“10dp”//设置2行之间的行间距             机器人:文本= “iadhadhsfbsfffbdgfddgdfdjkfhdjfhdkfhdfhdfhdkfhdkjhfkdhfdkhfdkfhdhfdkfhdkhfdjkfhdfhd”/>