仿空间PopupWindow

时间:2018-05-14 13:50:01
【文件属性】:

文件名称:仿空间PopupWindow

文件大小:1.74MB

文件格式:RAR

更新时间:2018-05-14 13:50:01

PopupWindow ,多种弹出

PopupWindow ,多种弹出方式 ,一些重要方法使用public int getAnimationStyle()——获得弹出窗口显示与消失时的动态样式the animation style public void setContentView(View contentView)——设置弹出窗口包含的视图 public View getContentView() —— 获得弹出窗口包含的视图 public boolean isFocusable() ——返回当前弹出窗口是否可获得焦点 public void setFocusable(boolean focusable) ——设置弹出窗口是否可获得焦点,默认false public boolean isShowing()——判断当前窗口是否已显示 public void showAtLocation(View parent, int gravity, int x, int y)——指定弹出窗口显示的位置。 public void update()——更新弹出窗口的状态, 一些状态: setClippingEnabled(boolean) setFocusable(boolean) setIgnoreCheekPress() setTouchable(boolean) setAnimationStyle(int) setInputMethodMode(int) setAnimationStyle(int)


网友评论