Write Multiline Text on Button in Android

后端 未结 8 1854
没有蜡笔的小新
没有蜡笔的小新 2021-01-11 15:59

I want to know, How to write Multiline Text on Button

 
8条回答
  •  耶瑟儿~
    2021-01-11 16:11

    Why dont you try this by coding

    String styledText = " "
                + "Mon-Sat 5:00 pm" + " "+ "
    " + " " + "Closed on Sunday" + " "; sendrequest.setText((Html .fromHtml(styledText)));

提交回复
热议问题