EasyPopup
EasyPopup copied to clipboard
根布局必须是LinearLayout才可以点击pop外关闭吗?
trafficstars
用RelativeLayout发现不行
我尝试使用 RelativeLayout 是可以的,检查一下代码,是否添加了
//是否可以点击PopupWindow之外的地方dismiss
setFocusAndOutsideEnable(true)
我的也是设置了setFocusAndOutsideEnable(true) 但是点击外面就是不能dismiss