首页 > 系统 > Android > 正文

android开发教程之textview内容超出屏幕宽度显示省略号

2020-04-11 11:54:14
字体:
来源:转载
供稿:网友

实现如下:

复制代码 代码如下:

<TextView android:layout_width="fill_parent"
                   android:layout_height="wrap_content"
                   android:id="@+id/hello"
                   android:ellipsize="end"
                   android:singleLine="true"
/>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表