material-sheet-fab
material-sheet-fab copied to clipboard
Android library that provides the floating action button to sheet transition from Google's Material Design.
How to reproduce: Just change the width of the CardView to match_parent in the sample
After updating android studio that is working properly with api level 21+ but with api level 15 that shows exception like -- java.lang.NoClassDefFoundError: io.codetail.animation.arcanimator.Side at com.gordonwong.materialsheetfab.MaterialSheetFab.getFabArcSide(MaterialSheetFab.java:319) at com.gordonwong.materialsheetfab.MaterialSheetFab.morphIntoSheet(MaterialSheetFab.java:269) at com.gordonwong.materialsheetfab.MaterialSheetFab.showSheet(MaterialSheetFab.java:169)...
When setting the corner radius of `CardView`, drawing glitches can be observed. The drawing of bottom round corners is delayed by ~1 second. Can be easily replicated with the sample...
The included library io.codetail was removed from the project and is added as a dependency in build.gradle.
On a Nexus 5 with android 6.0.1, the circular reveal works fine when clicking on the fab but plays too fast when it's reversed to hide the sheet. I first...
See https://plus.google.com/+IanLake/posts/1HfDuFFkMXG