FloatingActionButton – a library for drawing Android Floating Action Button based on Material Design specification.
ProGuard rules for FloatingActionButton
A ProGuard configuration is provided as part of the library.
# keep getters/setters in RotatingDrawable so that animations can still work. -keepclassmembers class com.getbase.floatingactionbutton.FloatingActionsMenu$RotatingDrawable { void set*(***); *** get*(); }
For more information about FloatingActionButton please see the website.