【发布时间】:2012-02-24 23:45:16
【问题描述】:
我有这个文本视图
<TextView android:id="@+id/name"
android:singleLine="true"
android:layout_height="wrap_content"
android:textColor="#ffffff"
android:textSize="16sp"
android:layout_width="fill_parent"/>
问题是如果文本更大然后 textview 可以显示它只是停止显示它看起来像这样|some unfinished tex|我想在最后有点这样用户会更清楚这是未完成,仅显示部分文本
我更喜欢这样的|Some unfinished te..|
如何实现?
【问题讨论】:
标签: android layout textview android-ui android-gui