Skip to content

Floating Action Button Library for Android ver. 1.1.1

Compare
Choose a tag to compare
@vbaidak vbaidak released this 26 May 04:18
· 3 commits to master since this release

Fixed issue #27: Icon is outside the circle:

A call to Canvas.restore() without calling the Canvas.save() first resulted in the unpredictable behaviour.
Added call to Canvas.save() before Canvas.restore() in the RippleEffectDrawer class