摘要:
先看效果图,免得浪费大家时间,看是不是想要的效果 。直接上代码 ,核心方法。[java]view plaincopyprivatevoidshowPopupWindow(Viewparent){if(popupWindow==null){LayoutInflaterlayoutInflater=(LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);view=layoutInflater.inflate(R.layout.group_list,null);lv_group=(ListView)view.findView 阅读全文