07 2014 档案
Android PopupWindow
摘要:setContentView(View contentView);顾名思义就是给PopupWindow设置内容的。值得注意的是如果当前PopupWindow处于isShowing,该方法是不会被调用成功的(当然基本也没人这么做)。setFocusable(boolean focusable);如果f... 阅读全文
posted @ 2014-07-12 13:28 ViHello 阅读(229) 评论(0) 推荐(0)