Android: Something better than android:ellipsize=“end” to add “…” to truncated long Strings?

前端 未结 4 1245
予麋鹿
予麋鹿 2020-12-02 15:34

This property makes

\"short and very-long-word\"

to

\"short and\"

. But I want to

4条回答
  •  萌比男神i
    2020-12-02 16:08

    See my update 3. The workaround was using " marquee". I have seen many apps doing that at this time. Now, with new versions of Android this feature is most likely fixed and will work as expected. (my guess)

提交回复
热议问题