Last active
April 27, 2020 17:01
-
-
Save NitinPraksash9911/c0f3b52ed2a8133f6684c37f296f7e60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val flb : FloatingLoaderButton = findViewById<FloatingLoaderButton>(R.id.floatingLoaderBtn) | |
// to start circular animation | |
flb.setLoadingStatus(FloatingLoaderButton.LoaderStatus.LOADING) | |
// to stop circular animation | |
flb.setLoadingStatus(FloatingLoaderButton.LoaderStatus.FINISH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment