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


实现如下:

复制代码 代码如下:

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


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3