Class TableLayout.LayoutParams

Enclosing class:
TableLayout

public static class TableLayout.LayoutParams extends LinearLayout.LayoutParams

This set of layout parameters enforces the width of each child to be ViewGroup.LayoutParams.MATCH_PARENT and the height of each child to be ViewGroup.LayoutParams.WRAP_CONTENT, but only if the height is not specified.