FabTransitionLayout
FabTransitionLayout copied to clipboard
Deprecated
As such: https://github.com/gowong/material-sheet-fab ?
This is what I'm getting on pre lollipop devices: `java.lang.NoSuchMethodError: io.codetail.animation.ViewAnimationUtils.createCircularReveal` The reason: you're using an old version `compile 'com.github.ozodrukh:CircularReveal:1.3.1'` ,which is bugged. Using the latest version will solve the...
Hi. I have tried use your library in my Android project with Kotlin. When I run my app I get the following error: java.lang.RuntimeException: Unable to start activity ComponentInfo{twogetherbank.com.lottie/twogetherbank.com.lottie.MainActivity}: android.view.InflateException:...
Support Library v26.1.0 ButterKnife v8.8.1 ObservableScrollView v1.6.0 CircularReveal v2.1.0 Support Library : ActionBarActivity >> AppCompatActivity ButterKnife : Bind >> BindView
update dependencies; refactoring; add bindRecyclerView, bindListView, bindAppBarLayout methods to more flexibility; If you has blinking fab, set the ft_expand_with_alpha_anim to "true"
The following class could not found. com.github.ksoichiro.android.observablescrollview.ObservableListView Exception Details java.lang.NoSuchMethodError: plzz reply quick i need it urgent .
Should not have allowBackup.
Hi , i try to change FooterLayout height but it`s not apply, how can i do this ?
When I call expandFab/slideIn/slideOut functions, FAB view is blinking (android 5.0.2)