Activity- PopupWindow 使點擊區域外不消失

實現Activity中使用 PopupWindow 使點擊區域外不消失方案: 第一步:屬性設置: (1)通過 setFocusable(boolean focusable)設置當前的PopupWindow是否獲取焦點:true-獲取焦點; (2)通過 setOutsideTouchable(boolean touchable)設置 點擊當前的popupWindow區域外的touch事件是否有效;(
相關文章
相關標籤/搜索