工具类-BasePopupWindow
我们在工作中肯定需要用到许多工具类下面我们介绍的是popWindow的Base类 代码如下@SuppressLint("UseSparseArrays")public abstract class BasePopupWindow implements OnClickListener { protected PopupWindow mPop; protected View mCon