Custom Android view has wrong type when inflating from XML
I have a custom view, that extends LinearLayout: class MyCustomView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null ) : LinearLayout(context, attrs) { private val …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I have a custom view, that extends LinearLayout: class MyCustomView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null ) : LinearLayout(context, attrs) { private val …