摘要:
JQuery选择器 $(this).hide() 隐藏当前元素 $("p").hide() 隐藏所有段落 $(".test").hide() 隐藏所有class = "test" 的所有元素 $(" test").hide() 隐藏所有 id = "test" 的元素 阅读全文
posted @ 2016-03-03 20:23
暴走骑士
阅读(95)
评论(0)
推荐(0)
摘要:
解决的办法 PopupWindow pw = new PopupWindow(ppLayout,900,800); //设置透明背景,不然也没效果 pw.setBackgroundDrawable(new BitmapDrawable()); //设置焦点,不然无法弹出输入法 pw.setFocus 阅读全文
posted @ 2016-03-03 19:03
暴走骑士
阅读(654)
评论(0)
推荐(0)

浙公网安备 33010602011771号