ckurtm / FabButton

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

Allow us to chose an endBitmap for CircleImageView. #4

Closed dadino closed 9 years ago

dadino commented 9 years ago

Allow us to chose an endBitmap to show when we call showCompleted(). A setEndIcon(@DrawableRes int endDrawableRes) or setEndIcon(Drawable endDrawable) will be good. Maybe a showCompleted(@DrawableRes int endDrawableRes) or showCompleted(Drawable endDrawable) to let us chose that on the fly (I know I'll need this, maybe someone else will).

ckurtm commented 9 years ago

added in 1.0.6