Material Components
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
Overview
A visible component that's a Material Design button.
This component does not require any specific permissions.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | integer | |
2 | top | integer | |
3 | right | integer | |
4 | bottom | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | integer | |
2 | top | integer | |
3 | right | integer | |
4 | bottom | integer |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | color | |
2 | BackgroundColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CornerRadius | integer | |
2 | CornerRadius | integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Elevation | integer | |
2 | Elevation | integer | 2 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontBold | boolean | |
2 | FontBold | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontItalic | boolean | |
2 | FontItalic | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontSize | integer | |
2 | FontSize | integer | 14 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontTypeface | integer | |
2 | FontTypeface | integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Gravity | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | Integer | |
2 | Height | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | float | |
2 | WidthPercent | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Icon | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IconPadding | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IconSize | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RippleColor | color | |
2 | RippleColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Shape | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeColor | color | |
2 | StrokeColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeWidth | integer | |
2 | StrokeWidth | integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Text | string | |
2 | Text | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextAlignment | integer | |
2 | TextAlignment | integer | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextColor | color | |
2 | TextColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean | true |