User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 1.0.0
- API 21, Android 5.0 Lollipop
- 45 Blocks Available
The Floating Button component provides a customizable floating action button (FAB) with various styling, animation, and positioning options. It supports touch events, focus events, and click/long-click events.
Overview
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | icon | file | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | xAxisDelta | Integer | * |
2 | yAxisDelta | Integer | * |
3 | animationDuration | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | isDismissed | boolean | * |
2 | Dismiss | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | isHidden | boolean | * |
2 | Hide | boolean | * |
`MoveUp(int distance)`: Moves the button up by the specified distance.
`MoveDown(int distance)`: Moves the button down by the specified distance.
`MoveLeft(int distance)`: Moves the button left by the specified distance.
`MoveRight(int distance)`: Moves the button right by the specified distance.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MoveUp | Integer | * |
2 | MoveDown | Integer | * |
3 | MoveLeft | Integer | * |
4 | MoveRight | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | PlayShowAnimation | Animation | * |
2 | PlayHideAnimation | Animation | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RemoveShowAnimation | Animation | * |
2 | RemoveHideAnimation | Animation | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | hasStroke | boolean | * |
2 | hasShadow | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | isShown | boolean | * |
2 | isShadowResponsiveEffectEnabled | boolean | * |
3 | isRippleEffectEnabled | boolean | * |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | Set | #00FFFFFF |
2 | PressedBackgroundColor | set | #888888FF |
`RippleColor` (int): Sets the color of the ripple effect.
Default Value: DEFAULT_VALUE_COLOR_LTGRAY
`ButtonRippleColor` (int): Sets the color of the ripple effect. (Deprecated, use RippleColor)
Default Value: DEFAULT_VALUE_COLOR_GRAY
`IconColor` (int): Sets the color of the button's icon.
Default Value: DEFAULT_VALUE_COLOR_WHITE
`ShadowColor` (int): Sets the color of the button's shadow.
Default Value: DEFAULT_VALUE_COLOR_GRAY
`StrokeColor` (int): Sets the color of the button's stroke.
Default Value: DEFAULT_VALUE_COLOR_GRAY
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set RippleColor | text | #CCCCCCFF |
2 | set ButtonRippleColor | text | #888888FF |
3 | set IconColor | text | #FFFFFFFF |
4 | set ShadowColor | text | #888888FF |
5 | set StrokeColor | text | #888888FF |
`EnableRippleEffect` (boolean): Enables or disables the ripple effect on button press.
Default Value: "False"
`EnableShadow` (boolean): Enables or disables the button's shadow.
Default Value: "True"
`EnableShadowAnimation` (boolean): Enables or disables the shadow animation.
Default Value: "True"
`EnableStroke` (boolean): Enables or disables the button's stroke.
Default Value: "False"
`ShadowResponsiveEffectEnabled` (boolean): Enables or disables the responsive shadow effect.
Default Value: "False"
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set EnableRippleEffect | boolean | * |
2 | set EnableShadow | boolean | * |
3 | set EnableShadowAnimation | boolean | * |
4 | set EnableStroke | boolean | * |
5 | set ShadowResponsiveEffectEnabled | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set FabIconSize | Integer | 24 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set StrokeWidth | Integer | 5 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set ShadowXOffset | Integer | 2 |
2 | set ShadowYOffset | Integer | 2 |