Skip to content

Instantly share code, notes, and snippets.

@NitinPraksash9911
Last active April 27, 2020 17:01
Show Gist options
  • Save NitinPraksash9911/c0f3b52ed2a8133f6684c37f296f7e60 to your computer and use it in GitHub Desktop.
Save NitinPraksash9911/c0f3b52ed2a8133f6684c37f296f7e60 to your computer and use it in GitHub Desktop.
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