PopupWindow

来源:互联网 发布:微信加人软件 编辑:程序博客网 时间:2024/06/08 04:26

Android只有两种对话框:
1. PopupWindow
2. AlertDialog

PopWindow和AlertDialog的区别?

  • AlertDialog位置固定,PopupWindow位置随意
  • AlertDialog非阻塞线程,PopupWindow阻塞线程

PopWindow

PopupWindow的使用和分析

获得父控件方法

View cv = getWindow().getDecorView();

0 0
原创粉丝点击