adambl4
06/06/2016, 12:09 PMclass SignInLandingScreen(context: Context) : BaseScreenView(context)
and
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?