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
Caused by: java.lang.ClassCastException: android.support.v7.widget.AppCompatTextView cannot be cast to android.widget.EditText
Probably you this is the cause?
I found that when using androidx I too got an inflation error on the custom layout when it tried to cast TextView to an EditText. I was able to fix the situation by replacing the TextView tag in the sample number_picker_custom_layout code with an EditText tag.
No description provided.
The text was updated successfully, but these errors were encountered: