kevinmost
06/14/2016, 7:30 PMclass FooView
@JvmOverloads
constructor(
context: Context,
attrs: AttributeSet? = null,
defStyle: Int = 0
) : // Don't worry, be happy
LinearLayout(context, attrs, defStyle),
SomeInterface1,
SomeInterface2 {
init {
}
}