Write Multiline Text on Button in Android

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

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

 
8条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-11 16:28

    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,

    
    

提交回复
热议问题