-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after androidx migration animation not showing #20
Comments
Attach your code, this will help to understand your problem in more detail. |
You can just migrate your code to androidx and check its behaviour. some methods are deprecated. |
package com.codegears.webook.UC import android.animation.ValueAnimator class MorphBottomNavigationView : BottomNavigationView,
// var builder= ShapeAppearanceModel.builder() // shapePathModel.topEdge = topEdgeTreatment
} |
did you find a solution to this? |
I have replace latest methods for deprecated methods , but still not working as expected. Before moving code AndroidX it was working fine. you can refer this lib. "https://github.com/oneHamidreza/MeowBottomNavigation.git" its working perfectly with AndroidX |
@siddheshchandorkar how would you shape this to get topedge curves man? |
. please refer the screen shot. Before androidx migration it was working fine.
The text was updated successfully, but these errors were encountered: