ckurtm / FabButton

Android Floating ActionButton with a progress indicator ring
774 stars 152 forks source link

Add pressed states to the button #27

Open thiagokimo opened 8 years ago

thiagokimo commented 8 years ago

Do you have any ideas about how to do it?

There's a Paint circlePaint; variable inside the CircleImageView that I think is the view that should behave differently according to the pressed state.

What are your ideas about implementing this feature?