Multiline TextView in Android?

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

I did like below in xml


    

        
20条回答
  •  死守一世寂寞
    2020-11-29 18:07

    TextView will be multi line when it wont get enough space to fit in the single line and singLine not set to true.

    If it gets the space in one line it wont be multi line.

提交回复
热议问题