Drawing and Animation
Drawing and Animation Components" typically refer to software libraries or frameworks that provide tools and functionalities for creating graphical content, illustrations, and animations in applications. These components are essential for developers who want to enhance the visual appeal and interactivity of their software.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
This component allows you to create and manage a floating view, which can be any AndroidViewComponent, that overlays other apps.
Overview
A non-visible component for creating and managing a floating view that overlays other apps.
android.permission.SYSTEM_ALERT_WINDOW
This permission allows an app to draw on top of other apps. It needs to be explicitly granted by the user in the app settings.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | int | |
2 | y | int |
Methods
# | Name | Type(s) | Default Value |
---|
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | mainComponent | AndroidViewComponent | |
2 | childComponent | AndroidViewComponent | |
3 | margins | YailList | |
4 | gravity | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | int | |
2 | y | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | viewComponent | AndroidViewComponent | |
2 | clickable | boolean | |
3 | positionX | int | |
4 | positionY | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Clickable | boolean | |
2 | Clickable | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FloatingViewVisible | boolean |