I want to know, How to write Multiline Text on Button
For Android layout, multiple lines of text could be added to the elements.
Create a new variable with the character endOfLine "\n" in the res/values/strings.xml.
For example:
Line1 \n Line2
Refer it in the layout file. For example,