FABProgressCircle
FABProgressCircle copied to clipboard
How change image resource back to previous?
After the animation complete, the FAB changes to orange and I can't turn it back to the original image.
fab.setImageResource() doesn't work
When the completion animation is displayed, the fab gets transformed to its final appearance, and it becomes not clickable anymore. This behavior is intentional. If you want your fab to get clickable again (to be able to repeat the process), check custom attribute app:reusable="true" in the custom attributes list.