ckurtm / FabButton

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

Use ShadowDrawableWrapper to draw your shadow #21

Open luwei2012 opened 9 years ago

luwei2012 commented 9 years ago

Maybe you should override your OnMeasure in CircleImageView to avoid clipping your shadow. Or you can use ShadowDrawableWrapper to draw your shadow just like FloatingActionButtonEclairMr1.

Just Suggestions

ckurtm commented 8 years ago

cool, i'll look into this.