I want to know, How to write Multiline Text on Button
Use
(new line)
example:-
android:text="Hi Hello"
OR
1) Define in ../res/values/strings.xml:
Line1Line1\nLine2Line2
2) Refer it in the layout file: