Floating Action Button Library for Android ver. 1.1.1
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