Android - TextView Ellipsize属性
本文地址: http://blog.csdn.net/caroline_wendy
android:ellipsize属性:
If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle.
假设字数过长,则会採取省略形式。而不使从中间截断。
转载于:https://www.cnblogs.com/bhlsheji/p/5351360.html
相关资源:android TextView多行文本(超过3行)使用ellipsize属性无效问题的解决方法