PopupWindow的一些属性
时间:2017-07-02 18:20:58
收藏:0
阅读:388
void |
setOutsideTouchable(boolean touchable) Controls whether the pop-up will be informed of touch events outside of its window. |
void |
setFocusable(boolean focusable) Changes the focusability of the popup window. |
void |
update() Updates the state of the popup window, if it is currently being displayed, from the currently set state. |
原文:http://www.cnblogs.com/liguangsunls/p/7106616.html
评论(0)