android在布局文件中使用自定义View
2010-09-27 02:02:00 来源:WEB开发网核心提示:android的布局文件很强大 还可以嵌入自己定义的View2个操作第一 重写父类的 构造方法public MyView(Context context, AttributeSet attrs) {super(context,attrs);// TODO Auto-generated constructor stub}
android的布局文件很强大 还可以嵌入自己定义的View
2个操作
第一 重写父类的 构造方法
public MyView(Context context, AttributeSet attrs) {
super(context,attrs);
// TODO Auto-generated constructor stub
}
第二 在XML中定义的View名字是 包名+类名
[]
更多精彩
赞助商链接