https://kotlinlang.org logo
v

vmironov

07/19/2016, 1:17 PM
or
Copy code
class VideoView @JvmOverloads constructor(
    context: Context, 
    attrs: AttributeSet? = null, 
    defStyleAttr: Int = -1
) : FrameLayout(context, attrs, defStyleAttr) {
  init {

  }
}