标签:popwindow
android 2.3 popwindow NullPointerException的解决
构造函数里添加
super(context)
例如:
public MyPopupWindow(Activity context, int width, int height){
super(context);
}
本文出自 “爬过山见过海” 博客,请务必保留此出处http://670176656.blog.51cto.com/4500575/1765940
标签:popwindow
原文地址:http://670176656.blog.51cto.com/4500575/1765940