View view = View.inflate(getActivity(), R.layout.pop, null);
poplist = (ListView) view.findViewById(R.id.pop);
poplist.setAdapter(adapter);
pw = new PopupWindow(view, ViewGroup.LayoutParams.WRAP_CONTENT,
ViewGroup.LayoutParams.WRAP_CONTENT);
pw.setOutsideTouchable(true);
pw.setFocusable(true);
pw.setBackgroundDrawable(new ColorDrawable(Color.GRAY));
poplist = (ListView) view.findViewById(R.id.pop);
poplist.setAdapter(adapter);
pw = new PopupWindow(view, ViewGroup.LayoutParams.WRAP_CONTENT,
ViewGroup.LayoutParams.WRAP_CONTENT);
pw.setOutsideTouchable(true);
pw.setFocusable(true);
pw.setBackgroundDrawable(new ColorDrawable(Color.GRAY));