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

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

This property makes

\"short and very-long-word\"

to

\"short and\"

. But I want to

4条回答
  •  春和景丽
    2020-12-02 15:53

    Maybe you could take a look at how the private Ellipsizer class used by the OS works and modify it for your app?

    Edit: Here's a working link - http://androidxref.com/5.1.0_r1/xref/frameworks/base/core/java/android/text/Layout.java#1830

提交回复
热议问题