Setting Ellipsize on TextView reduces lines shown by one (instead of only ellipsizing last)

前端 未结 6 598
慢半拍i
慢半拍i 2020-12-12 16:29

when I am using TextView with singleLine="true" and ellipsize="end"(my top TextView), it works well

<
6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 16:49

    Just use ellipsize combined with scrollHorizontally="true". Simple & clean.

    It worked perfectly for me.

提交回复
热议问题