have ```class SignInLandingScreen(context: Contex...
# android
a
have
Copy code
class SignInLandingScreen(context: Context) : BaseScreenView(context)
and
Copy code
abstract class BaseScreenView @JvmOverloads constructor(
        context: Context,
        attributeSet: AttributeSet? = null,
        defStyleArt: Int = 0
) : FrameLayout(context, attributeSet, defStyleArt)
Getting
NoSuchMethodException: <init> [class android.content.Context, interface android.util.AttributeSet]
during inflating. WAIDW?