Text does not ellipsize

前端 未结 13 1391
隐瞒了意图╮
隐瞒了意图╮ 2020-12-25 11:43

I have a TextView set to ellipsize but when I put the text in it doesn\'t do so. Any ideas?



        
13条回答
  •  攒了一身酷
    2020-12-25 12:10

    You can as well set maxLines like so:

            
    

    Ellipses appear when the text exceeds the maxLines set.

提交回复
热议问题