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
A Material card component that displays content in a card-like UI container with rounded corners and a shadow effect, often used to group related content or actions.
Overview
A Material Card Component. This component represents a Material Design card, providing a container with elevation, rounded corners, and customizable appearance. It supports adding child views, setting background colors and images, and handling click events.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Component | AndroidView | * |
# | 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
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set AlignHorizontal | Integer | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | 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 CompactPadding | boolean | false |
2 | set CompactPadding | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Clickable | boolean | false |
2 | set Clickable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FullClickable | boolean | false |
2 | 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 | Integer | 0 |
2 | set Elevation | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get CornerOverlap | Integer | 0 |
2 | set CornerOverlap | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get CornerRadius | Integer | 0 |
2 | set CornerRadius | Integer | 0 |
# | 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 | set RippleColor | color | #00000000 |
2 | set RippleEnabled | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ShadowColor | color | #00000000 |
2 | set ShadowColor | color | #00000000 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get StrokeColor | color | #00000000 |
2 | set StrokeColor | color | #00000000 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get StrokeWidth | Integer | 0 |
2 | set StrokeWidth | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | false |
2 | set Visible | boolean | false |