Textview that doesn't show full text
问题 I'm creating a simple layout with a TableLayout and TableRow, that contain two TextViews. This is a part of code. <TableLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:stretchColumns="0"> <TableRow android:id="@+id/myTableRow"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="15dip" android:text="Short description"/> <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout