码迷,mamicode.com
首页 > 其他好文 > 详细

组合控件

时间:2017-12-17 22:08:15      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:span   组合   attrs   public   pre   private   efs   post   set   

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);

}

}

组合控件

标签:span   组合   attrs   public   pre   private   efs   post   set   

原文地址:http://www.cnblogs.com/weisuodexiongmao/p/8053234.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!