kotlin 自定义view构造函数写法

class LoadingPager: FrameLayout { constructor(context: Context): super(context){ } constructor(context: Context, attributeSet: AttributeSet): super(context, attributeSet){ }
相关文章
相关标签/搜索