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
相關文章
相關標籤/搜索