Skip to content

Instantly share code, notes, and snippets.

@akueisara
Last active December 22, 2019 03:52
Show Gist options
  • Save akueisara/a8181532cbfd558e1d94887dd775721d to your computer and use it in GitHub Desktop.
Save akueisara/a8181532cbfd558e1d94887dd775721d to your computer and use it in GitHub Desktop.
Add spacing between the lines using the lineSpacingMultiplier property to the TextView
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:lineSpacingMultiplier="1.2"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment