WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

jja08111/progress_button

Repository files navigation

progress_button

The custom button for indicate progress in Android.

sample

Usage

if (isLoading) {
    binding.button.showProgress {
        textResourceId = R.string.submitting
    }
} else {
    binding.button.hideProgress {
        textResourceId = R.string.submit
    }
}

About

The custom button for indicate progress in Android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages