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
i have this problem when i try to add it com.google.android.material.textview.MaterialTextView cannot be cast to com.skydoves.powerspinner.PowerSpinnerView
#166
Open
IZLAm90 opened this issue
Nov 1, 2023
· 2 comments
Hey @IZLAm90, would you share your XML file? PowerSpinner is not related to the material components. Make sure if you're getting the PowerSpinnerView using MaterialTextView. For example, if you try to get it wrong type you can face this issue, such as val spinnerView: MaterialTextView = findViewById(R.id. MaterialTextView)
@skydoves am accessing it using view binding but in production for some users am getting
" Error inflating class com.skydoves.powerspinner.PowerSpinnerView (Caused by android.content.res.Resources$NotFoundException: Drawable packagename:drawable/powerspinner_arrow) ". PLease explain this issue why am getting this error for some users. What thing is casuing this issue
Please complete the following information:
Describe the Bug:
Add a clear description about the problem.
Expected Behavior:
A clear description of what you expected to happen.
The text was updated successfully, but these errors were encountered: