MaterialSheetFab – is a library that implements the floating action button to sheet transition from Google's Material Design documentation.
MaterialSheetFab can be used with any FAB library on Android 4.0+ (API levels >= 14).
ProGuard rules for MaterialSheetFab
ProGuard recursively determines which classes and methods are used. All other classes and methods are discarded. Obfuscating code that performs reflection may cause of error. You have to specify the next rules in your ProGuard configuration file.
############################### MaterialSheetFab ############################### -keep class io.codetail.animation.arcanimator.** { *; }
For more information about MaterialSheetFab please see the website.