I have some text that have more than one paragraph (using \"\\n\") and want to put a spacing between the paragraphs, but without using \"\\n\\n\". But the text from the same par
I'm afraid it's not adjustable in TextView. Here is the document of all the TextView attributes: https://developer.android.com/reference/android/R.styleable#TextView I guess the best way of doing this could be using one TextView for each paragraph, and then define margin between TextView.
I think it's a similar design conception as p tag in html. Within the tag is a whole paragraph, then define the layout of p tag.