Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想省略 TextView 中的文本。
通常有 START,END,MIDDLE... 。
我想在 5 个字符后剪切文本。如何修改此方法?
使用这个: android:maxEms="5" 如果你想添加 android:ellipsize="end"
android:ellipsize="" 用这个