Android中textview超出屏幕宽度的字符 省略号显示

来源:互联网 发布:淘宝怎么兼职 编辑:程序博客网 时间:2024/05/16 19:31
<TextView android:layout_width="fill_parent"                    android:layout_height="wrap_content"                   android:id="@+id/hello"                    android:ellipsize="end"                   android:singleLine="true" />

0 0
原创粉丝点击