android 2.3 popwindow NullPointerException的解决
构造函数里添加
super(context)
例如:
public MyPopupWindow(Activity context, int width, int height){
super(context);
}
时间: 2024-10-20 20:30:49
android 2.3 popwindow NullPointerException的解决
构造函数里添加
super(context)
例如:
public MyPopupWindow(Activity context, int width, int height){
super(context);
}