Set Line Spacing in TextView

Updated 2 January 2018

Save

TextView displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing.

In this blog you will know how to increase the spacing between two lines of TextView.

Just we need to add an attribute with your TextView that give the spacing with lines.

These are –android:lineSpacingExtra, android:lineSpacingMultiplier – use these two attributes with your TextView in XML file.  or Programatically call setter method of that attribute textView.setLineSpacing().

Example-

That set for giving line spacing between lines of TextView.

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


3 comments

  • ZoraGhy
  • CATawde
    • anchit (Moderator)
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home