TapBarMenu
TapBarMenu copied to clipboard
iconClosedDrawable = ResourcesCompat.getDrawable(getContext(), R.drawable.icon_close_animated);
My new project with sdk 33,use tapbarMenu,throw a exception at " iconClosedDrawable = ResourcesCompat.getDrawable(getContext(), R.drawable.icon_close_animated);",the exception is 'android.content.res.Resources$NotFoundException' .
it is Resources conflict."icon.xml",in my project also has ‘icon.png’
Thanks for reporting. I will need to make a more general update to latest SDK 33