public interface Layout
Modifier and Type | Method and Description |
---|---|
void |
add(AndroidViewComponent component)
Adds the specified component to this layout.
|
android.view.ViewGroup |
getLayoutManager()
Returns the view group (which is a container with a layout manager)
associated with the layout.
|
android.view.ViewGroup getLayoutManager()
void add(AndroidViewComponent component)
component
- component to add