The custom button for indicate progress in Android.
if (isLoading) {
binding.button.showProgress {
textResourceId = R.string.submitting
}
} else {
binding.button.hideProgress {
textResourceId = R.string.submit
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|