Android只有两种对话框:
1. PopupWindow
2. AlertDialog
PopWindow和AlertDialog的区别?
- AlertDialog位置固定,PopupWindow位置随意
- AlertDialog非阻塞线程,PopupWindow阻塞线程
PopWindow
获得父控件方法
View cv = getWindow().getDecorView();
Android只有两种对话框:
1. PopupWindow
2. AlertDialog
View cv = getWindow().getDecorView();
516
468

被折叠的 条评论
为什么被折叠?