The solution is simple. Just use these two attributes in your `TextView`, `lineSpacingExtra` and `lineSpacingMultiplier`
For example,
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:lineSpacingMultiplier="1.5"
android:lineSpacingExtra="5dp"/>
The solution is simple. Just use these two attributes in your `TextView`, `lineSpacingExtra` and `lineSpacingMultiplier`
For example:
android:lineSpacingMultiplier="2.5"
android:lineSpacingExtra="6dp"