Published
- 1 min read
space between lines textview android
The solution for this is noted below
space between lines textview android
Solution
<TextView
android:layout_width="match_parent"
android:layout_height="180dp"
android:lineSpacingExtra="10dp"/>
Try other methods by searching on the site. That is if this doesn’t work