先看效果图,免得浪费大家时间,看是不是想要的效果 。
直接上代码 ,核心方法。
private void showPopupWindow(View parent) {
if (popupWindow == null) {
LayoutInflater layoutInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = layoutInflater.inflate(R.layout.group_list, null);
lv_group = (ListView) view.findViewById(R.id.lvGroup);
Collections.reverse(groups);
GroupAdapter groupAdapter = new GroupAdapter(this