Text does not ellipsize

前端 未结 13 1400
隐瞒了意图╮
隐瞒了意图╮ 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:34

    If you aren't defining a specific width for your TextView the text will ellipsize first when your text is reaching the parent view's width.

提交回复
热议问题