摘要:
1、点击PopupWindow外部区域时,PopupWindow消失popMenu = new PopupWindow(getApplicationContext()); popMenu.setWidth(LayoutParams.MATCH_PARENT); popMenu.setHeight(LayoutParams.MATCH_PARENT); popMenu.setBackgroundDrawable(new BitmapDrawable()); popMenu.setFocusable(true); popMenu.setOutsideTouchable(true);这里使... 阅读全文
posted @ 2013-10-09 10:14
吴超文
阅读(6537)
评论(0)
推荐(0)

浙公网安备 33010602011771号