popupWindow.setBackgroundDrawable(new BitmapDrawable());
popupWindow.setFocusable(true);
popupWindow.setOutsideTouchable(true);
popupWindow.showAtLocation(selectManureCounter,
Gravity.BOTTOM, 0, 0);
切记所有设置在popupWindow.showAtLocation()之前设置,不然没有用。