FABProgressCircle icon indicating copy to clipboard operation
FABProgressCircle copied to clipboard

How change image resource back to previous?

Open LeandroHenriqueSS opened this issue 7 years ago • 1 comments

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

LeandroHenriqueSS avatar Apr 01 '18 01:04 LeandroHenriqueSS

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.

anirudha-banerjee avatar May 17 '18 12:05 anirudha-banerjee