I have some text inside string of value folder in android studio and I want to give space between paragraph but I don’t know how to do that ?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
you can use n for new line and add space by entering space
for example:
and use this string value in your layout.
Most probably your text will be a straight line in the string.xml file. find out the point where a paragraph is starting or ending, and put "n" before paragraph start or after paragraph end.