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
The Material Toggle Button component in AB allows creating toggle buttons with Material Design. It provides events for button check state changes (onButtonChecked), long clicks, and touches. Methods allow adding/checking/unchecking/clearing buttons, and retrieving the ID of the checked button. Numerous properties let you customize the button's corner radius, font, elevation, enabled state, text style, gravity, icon size/padding, height/width, selection behavior (single/required), ripple effect, stroke color/width, text color/size, and visibility.
Overview
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | String | |
2 | isChecked | boolean |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | label | String | |
2 | iconPath | String | |
3 | id | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | id | String | |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CornerRadius | int | |
2 | CornerRadius | int | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FontTypeface | int | 0 |
2 | FontTypeface | int | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Elevation | float | |
2 | Elevation | float | |
# | 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 | Gravity | int | |
2 | Gravity | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IconSize | int | |
2 | IconSize | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IconPadding | int | |
2 | IconPadding | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | int | |
2 | Height | int | -1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | int | |
2 | Width | int | -1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | float | |
2 | WidthPercent | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | isSelectionRequired | boolean | /td> |
2 | isSingleSelection | boolean | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RippleColor | int | |
2 | RippleColor | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeColor | int | |
2 | StrokeColor | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeWidth | int | |
2 | StrokeWidth | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextColor | int | |
2 | TextColor | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextSize | float | |
2 | TextSize | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean | true |