class HintText : AppCompatTextView { constructor(context: Context) : super(context) { } constructor(context: Context, attributeSet: AttributeSet) : super(context, attributeSet) { } constructor(context: Context, attributeSet: AttributeSet, defStyleAttr: Int) : super( context, attributeSet, defStyleAttr ) { } init { } }
原文:https://www.cnblogs.com/songsyl1207/p/12889019.html