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