Text does not ellipsize

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

    My app started ignoring maxlines & ellipsize when I added

    android:textIsSelectable="true"
    

    It seems like these options are not compatible together.

提交回复
热议问题