material-sheet-fab icon indicating copy to clipboard operation
material-sheet-fab copied to clipboard

Android library that provides the floating action button to sheet transition from Google's Material Design.

Results 16 material-sheet-fab issues
Sort by recently updated
recently updated
newest added

when hide sheet `hideSheet();` get error: ` FATAL EXCEPTION: cs-decoder Process: com.example.cexup_device, PID: 9091 android.util.AndroidRuntimeException: Animators may only be run on Looper threads at android.animation.ValueAnimator.start(ValueAnimator.java:1044) `

Removed need to use the old nine-old-android library, which was used on Gingerbread and now it's not needed anymore.

I'm having problem with the FAB, it's throws this exception and I can't find the reason... The app is not crashing, but this error occurs twice, one after the other,...

So far the problem has only been present on Android 8 on samsung and huawei ![48934825-d4de1800-ef05-11e8-8a28-815ff55a36c2](https://user-images.githubusercontent.com/29754643/52332999-68e75800-29fc-11e9-9d54-b2161f1d38e5.png) Has anyone experienced this?

Right now I'm only able to set rounded button which is the default and I want to switch to the rounded rectangle with some left drawable and some text in...

When I add material sheet fab dependency 'com.gordonwong:material-sheet-fab:1.2.1' i can't build my project. Build fails with this message: > Error: Program type already present: io.codetail.widget.RevealLinearLayout I've also tried inserting dependency...

How to hide the sheet without animation/transformation?

When I click the FAB, it morphs into the sheet. I can click somewhere in the sheet, hold, and drag down to begin scrolling my CoordinatorLayout/NestedScrollView in the background. If...

This error appeared in my Crashlytics log's, I dont know how to reproduce it though ``` Fatal Exception: java.lang.IllegalStateException Cannot start this animator on a detached view! android.view.RenderNode.addAnimator (RenderNode.java:786) android.view.RenderNodeAnimator.setTarget...