PopupWindow可以创建类似对话框风格的窗口
创建的步骤:
1.调用PopupWindow的构造器创建Popupwindow对象
2.两种方式:
(1)调用PopupWindow的showAsDropDown(View v)将PopupWindow作为v组建的下拉组件显示出来;
(2)调用PopupWindow的showAtLocation()方法将PopupWindow在指定位置显示出来
PopupWindow可以创建类似对话框风格的窗口
创建的步骤:
1.调用PopupWindow的构造器创建Popupwindow对象
2.两种方式:
(1)调用PopupWindow的showAsDropDown(View v)将PopupWindow作为v组建的下拉组件显示出来;
(2)调用PopupWindow的showAtLocation()方法将PopupWindow在指定位置显示出来