I want to know, How to write Multiline Text on Button
Why dont you try this by coding
String styledText = " " + "Mon-Sat 5:00 pm" + " "+ "" + " " + "Closed on Sunday" + " "; sendrequest.setText((Html .fromHtml(styledText)));