Column1 | Column2 text | texttext text | texttexttext
ListView
TextView
list_item.xml
layout_width
0dp
layout_weight
1
0.33
<TextView android:id="@+id/text_column1" android:layout_width="0dp" android:layout_weight="0.25" android:layout_height="match_parent" android:text="Column1" /> <TextView android:id="@+id/text_column2" android:layout_width="0dp" android:layout_weight="0.37" android:layout_height="match_parent" android:text="Column2" /> <TextView android:id="@+id/text_column3" android:layout_width="0dp" android:layout_weight="0.37" android:layout_height="match_parent" android:text="Column3" />
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)