1. Overview
The FloatingSheet extension, allows you to create customizable floating sheets with a floating action button (FAB) on your Android apps. It supports a variety of features, including animating the FAB with customizable margins, colors, and icons. The extension provides methods to show, hide, and remove both the FAB and the associated sheet view. It also includes event handling to notify when the sheet is shown or hidden. This extension is easy to integrate, with support for Android devices running API level 19 and above.
Latest Version: 1
Published: August 16, 2024
Last Updated: August 16, 2024
2. Blocks
3. Documentation
Events
SheetShown | Event raised when sheet is shown. |
SheetHidden | Event raised when sheet is hidden. |
Methods
CreateFloatingSheet | Creates floating action button and associates component as sheet view.component | component bottomMargin | number rightMargin | number animDuration | number dimBackground | boolean fabColor | number icon | text |
ShowFAB | Shows floating action button. |
HideFAB | Hides floating action button. |
IsSheetVisible | Returns whether floating sheet is visible or not. |
ShowSheet | Shows floating sheet. |
HideSheet | Hides floating sheet. |
Remove | Removes floating action button and sheet from screen. |
4. Example Blocks
bottomMargin
and rightMargin
are responsive values.
5. Purchase Extension
Terms and Conditions
By purchasing extension you agree to Extension Buying Policy
6. Preview
Thank you.
Hope it helps!