TableLayout
The TableLayout groups views into rows and columns. You use theConsider the content of main.xml shown here:
android:layout_height=”fill_parent”
android:layout_width=”fill_parent”>
TableLayout
android:width =”120px”
/>
android:width=”200px” />
/>
android:password=”true”
/>
TableLayout
android:layout_height=”wrap_content”
android:text=”Remember Password”
/>
TableLayout
TableLayout
Figure shows what the preceding looks like when rendered on the Android Emulator.
Note that in the preceding example, there are two columns and four rows in the TableLayout. The cell directly under the Password TextView is populated with an