I can not adjust the edittext linespacing

末鹿安然 提交于 2019-12-08 18:48:34

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

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="match_parent"
            android:layout_height="wrap_content"
            android:lineSpacingExtra="10dp" //set the line space between 2 lines
            android:text="iadhadhsfbsfffbdgfddgdfdjkfhdjfhdkfhdfhdfhdkfhdkjhfkdhfdkhfdkfhdhfdkfhdkhfdjkfhdfhd"/>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!