curved-bottom-navigation icon indicating copy to clipboard operation
curved-bottom-navigation copied to clipboard

ClassCastException while passing menuItems to setMenuItems() method

Open hpcreator opened this issue 3 years ago • 2 comments

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.

hpcreator avatar Feb 11 '22 11:02 hpcreator

You are passing BitmapDrawable which is not AVD. Please look into this issue #4

susonthapa avatar Feb 11 '22 13:02 susonthapa

Thank you for your suggestion. I will try with that.

hpcreator avatar Feb 14 '22 03:02 hpcreator