Changes

Jump to: navigation, search

An Android Studio TableLayout and TableRow Tutorial

31 bytes added, 16:46, 26 December 2015
The TableLayout and TableRow Layout Views
== The TableLayout and TableRow Layout Views ==
<google>ADSDAQBOX_FLOW</google>
The purpose of the TableLayout container view is to allow user interface elements to be organized on the screen in a table format consisting of rows and columns. Each row within a TableLayout is occupied by a TableRow instance, which, in turn, is divided into cells, with each cell containing a single child view (which may itself be a container with multiple view children).

Navigation menu