Luk*_*kap 3 layout android textview android-ui android-gui
我有这个文本视图
<TextView android:id="@+id/name"
android:singleLine="true"
android:layout_height="wrap_content"
android:textColor="#ffffff"
android:textSize="16sp"
android:layout_width="fill_parent"/>
Run Code Online (Sandbox Code Playgroud)
问题是如果文本更大,那么textview可以显示它只是停止显示它看起来像这样|some unfinished tex|我希望在这样的结尾有点,这将是更清楚的用户,这是未完成的,它显示只是文本的一部分
我更喜欢这样的东西 |Some unfinished te..|
怎么实现这个?