组合控件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了组合控件相关的知识,希望对你有一定的参考价值。

public class Diyview extends LinearLayout {
public Diyview(Context context) {
this(context,null);
}

public Diyview(Context context, AttributeSet attrs) {
this(context, attrs,0);
}

public Diyview(Context context, AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
initview(context, attrs, defStyleAttr);
}

private void initview(Context context, AttributeSet attrs, int defStyleAttr) {
View view = View.inflate(context, R.layout.layout, this);

}

}

以上是关于组合控件的主要内容,如果未能解决你的问题,请参考以下文章

如何组合绑定片段而不将它们包装在 XML 文字中

48个值得掌握的JavaScript代码片段(上)

自定义组合控件

下拉组合框控件演示

自定义控件中的组合控件

自定义组合控件