Open itsonegeneral opened 1 year ago
Attaching more error log
E/AndroidRuntime: FATAL EXCEPTION: main
Process: package PID: 25051
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
Please complete the following information:
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 ?