android development tutorial textview content beyond the width of the screen shows the ellipsis
The implementation is as follows:
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/hello"
android:ellipsize="end"
android:singleLine="true"
/>