PopupWindow實現簡單的彈框效果

//pop_item爲list的集合 View view = LayoutInflater.from(MainActivity.this).inflate(R.layout.pop_item,null); PopupWindow popupWindow = new PopupWindow(view, 200, ViewGroup.LayoutParams.WRAP_CONTENT); popupW
相關文章
相關標籤/搜索