oday
07/31/2017, 12:06 PMclass PipeView : ViewGroup() {
constructor(context: Context) : super(context)
constructor(context: Context, attrs: AttributeSet) : super(context, attrs)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int) : super(context, attrs, defStyleAttr)
override fun onLayout(p0: Boolean, p1: Int, p2: Int, p3: Int, p4: Int) {
TODO(
"not implemented") //To change body of created functions use File | Settings | File Templates.
}
}