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
- 19 Blocks Available
The LayoutDialog component allows you to display any layout component in a dialog. It offers customization options for dimming, background color, gravity, rounded corners, and cancelability.
Overview
The LayoutDialog component allows you to display any layout component in a dialog. It offers customization options for dimming, background color, gravity, rounded corners, and cancelability.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Component | Arrangement | * |
2 | Height | Integer | * |
3 | Width | Integer | * |
4 | Gravity | Integer | * |
5 | leftTopRadius | Integer | * |
6 | RightTopRadius | Integer | * |
7 | leftBottomRadius | Integer | * |
8 | rightBottomRadius | Integer | * |
9 | isCancelable | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | inShowing | boolean | * |
2 | Show | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Dismiss | - | * |
2 | UnRegister | - | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set BackgroundColor | text | #000000FF |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get BottomCenter | - | * |
2 | get BottomLeft | - | * |
3 | get BottomRight | - | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Center | - | - |
2 | get CenterLeft | - | - |
3 | get CenterRight | - | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TopCenter | - | - |
2 | get TopLeft | - | - |
3 | get TopRight | - | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get DimAmount | Integer | 0.5 |
2 | set DimAmount | Integer | * |