Multiline TextView in Android?

前端 未结 20 1688
南方客
南方客 2020-11-29 17:26

I did like below in xml


    

        
20条回答
  •  时光取名叫无心
    2020-11-29 18:01

    What I learned was to add "\n" in between the words where you want it to brake into the next line. For example...

    
    

    The \n between 5pm and By allowed me more control of where I wanted my my next line to begin and end.

提交回复
热议问题