首页 > 代码库 > PopupWindow的一些属性

PopupWindow的一些属性

 voidsetOutsideTouchable(boolean touchable) 
          Controls whether the pop-up will be informed of touch events outside of its window.
voidsetFocusable(boolean focusable) 
          Changes the focusability of the popup window.
 voidupdate() 
          Updates the state of the popup window, if it is currently being displayed, from the currently set state.

PopupWindow的一些属性