Searched defs:TableRow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTableRow.java32 * <p>A layout that arranges its children horizontally. A TableRow should
34 * TableRow's parent is not a TableLayout, the TableRow will behave as
37 * <p>The children of a TableRow do not need to specify the
39 * XML file. TableRow always enforces those values to be respectively
44 * Also see {@link TableRow.LayoutParams android.widget.TableRow.LayoutParams}
47 public class TableRow extends LinearLayout { class in inherits:LinearLayout
56 * <p>Creates a new TableRow for the given context.</p>
60 public TableRow(Contex method in class:TableRow
72 public TableRow(Context context, AttributeSet attrs) { method in class:TableRow
[all...]

Completed in 45 milliseconds