Layout
Layout refers to the visual arrangement and organization of elements on a screen or page within the app. It determines how users will see and interact with the app's content and functionality.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 15 Blocks Available
This component arranges its child components vertically. It provides properties to control the alignment, background, and appearance of the arranged components.
Overview
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BGColor | color | #7A7A7A |
1 | Stroke | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
Properties
A number that encodes how contents of the arrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement's width is automatic.
Designer Properties: Sets the horizontal alignment of the arrangement's contents. Editor Type: Horizontal Alignment, Default: ComponentConstants.HORIZONTAL_ALIGNMENT_DEFAULT.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AlignHorizontal | Integer | 1 |
2 | set AlignHorizontal | Integer | 1 |
A number that encodes how the contents of the arrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement's height is automatic.
Designer Properties: Sets the vertical alignment of the arrangement's contents.Editor Type: Vertical Alignment, Default: ComponentConstants.VERTICAL_ALIGNMENT_DEFAULT.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AlignVertical | Integer | 1 |
2 | set AlignVertical | Integer | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get BackgroundColor | color | #00000000 |
2 | set BackgroundColor | color | #00000000 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get CardRadius | Integer | 0 |
2 | set CardRadius | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Clickable | boolean | false |
2 | set Clickable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set FullClickable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Longclickable | boolean | false |
2 | set Longclickable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Elevation | boolean | false |
2 | set Elevation | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Height | Integer | 0 |
2 | set Height | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Width | Integer | 0 |
2 | set Width | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set Height/WidthPercent | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Image | text | * |
2 | set Image | text | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get UseRoundCard | boolean | false |
2 | set UseRoundCard | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ShadowColor | color | #00000000 |
2 | set ShadowColor | color | #00000000 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get isCard | boolean | false |
2 | set isCard | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | false |
2 | set Visible | boolean | false |