实现如下:

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

效果:

image