android development tutorial textview content beyond the width of the screen shows the ellipsis

  • 2020-05-27 07:07:43
  • OfStack

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" 
/>


Related articles: