PopupWindow 简单实用(居中显示)

final View inflate = View.inflate(this, R.layout.layout, null); p = new PopupWindow(inflate,100,100); p.setTouchable(true); p.setFocusable(true); p.setBackgroundDrawable(new ColorDrawable(getResource
相关文章
相关标签/搜索