1. 程式人生 > >PopupWindow的一些屬性

PopupWindow的一些屬性

table space whether right window pos eve content code

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.

PopupWindow的一些屬性