Multiline TextView in Android?

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

I did like below in xml


    

        
20条回答
  •  醉梦人生
    2020-11-29 18:14

    I do not like the solution that forces the number of lines in the text view. I rather suggest you solve it via the solution proposed here. As I see the OP is also struggling with making text view look like proper in table and shrinkColumns is the correct directive to pass in to achieve what is wanted.

提交回复
热议问题