I want to create a \[code\]ListView\[/code\] that contains\[code\]<TextView android:id="@+id/id" android:layout_width="fill_parent" android:layout_height="wrap_content" /><!-- Name Label --><TextView android:id="@+id/Name" android:layout_width="fill_parent" android:layout_height="wrap_content" androidaddingTop="6dip" androidaddingLeft="6dip" android:textSize="17dip" android:textStyle="bold" /> \[/code\]Each item has an id and name. Is there any way I can display each item in a rectangular box with border?