LIstView超过字符显示省略号

<TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:ellipsize="end"
                    android:maxEms="11"
                    android:singleLine="true"
                    android:text="设置超出11个长度时显示省略号"
                    android:textSize="14dp" />
posted @ 2015-08-07 15:17  李伯言  阅读(935)  评论(0编辑  收藏  举报