curved-bottom-navigation
curved-bottom-navigation copied to clipboard
ClassCastException while passing menuItems to setMenuItems() method
Throwing below exception with message: Unable to start activity ComponentInfo{com.arika/com.arika.TestActivity}: java.lang.ClassCastException: android.graphics.drawable.BitmapDrawable cannot be cast to android.graphics.drawable.AnimatedVectorDrawable
it is not casting properly for animatedDrawables.
You are passing BitmapDrawable which is not AVD. Please look into this issue #4
Thank you for your suggestion. I will try with that.