ckurtm / FabButton

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

Set showShadow from xml. #16

Closed parmegv closed 9 years ago

parmegv commented 9 years ago

Remove the default color in the xml, it's black from code.

Setting the showShadow boolean does nothing since it's processed in init, so I've changed the showShadow implementation to directly hide or show the shadow.

Being able to define this property from the xml is very convenient, so I added that capability.

parmegv commented 9 years ago

Hi! You may be busy enough to forget about these 3 pull requests, but I just wanted to remind you they're here. I need this pull request in particular for @leapcode bitmask_android, I'm waiting on it to implement the last feature for 0.9.4 release :)

Thanks for your work, sorry if I disturb