saiwu-bigkoo / Android-AlertView

仿iOS的AlertViewController
1.39k stars 366 forks source link

建议:触摸contentContainer时不dismiss #17

Open limxing opened 8 years ago

limxing commented 8 years ago

contentContainer.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View view, MotionEvent motionEvent) { return true; } });

ysmintor commented 8 years ago

这个可以有!