Class | Description |
---|---|
AndroidNestedSectionLayoutDecorator |
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Android Layouts.
|
LinearLayout |
Layout to arrange widgets vertically, with one row for the label and the next for the widget.
|
LinearLayoutConfig |
Configures a LinearLayout prior to use.
|
SimpleLayout |
Layout to simply output components one after another, with no labels and no structure.
|
TabHostLayoutDecorator |
Layout to decorate widgets from different sections using a TabHost.
|
TableLayout |
Layout to arrange widgets in a table, with one column for labels and another for the widget.
|
TextViewLayoutDecorator |
Layout to decorate widgets from different sections using a TextView.
|
TextViewLayoutDecoratorConfig |
Configures a TextViewLayoutDecorator prior to use.
|
Copyright © 2015. All Rights Reserved.