You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Device(s) Emulator - Google pixel, compileSDKVersion 31
android.view.InflateException: Binary XML file line #12 in package:layout/item_power_menu_library_skydoves: Binary XML file line #12 in package:layout/item_power_menu_library_skydoves: Error inflating class
Not able to show popup menu in the activity, I'm using
val card =findViewById(R.id.rl)
powerMenu.showAsDropDown(card)
this code to show popup, had tried different views and viewbinding also, but still getting the same error
Anything I'm missing like themes or other required libraries ?