Android Table Layout Alignment
问题 I am using Table Layout to display data as shown below. What i want to do ? I want the Text in the second column to be aligned to the left and the text should wrap and be displayed in the next line and over flow as you see in the image. Code: <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tableLayout1" android:layout_width="match_parent" android:layout_height="match_parent" > <TableRow android:id="@+id/tableRow2" android:layout_width="match_parent"