Android-AlertView
Android-AlertView copied to clipboard
建议:触摸contentContainer时不dismiss
contentContainer.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View view, MotionEvent motionEvent) { return true; } });
这个可以有!