Android-AlertView icon indicating copy to clipboard operation
Android-AlertView copied to clipboard

建议:触摸contentContainer时不dismiss

Open limxing opened this issue 8 years ago • 1 comments

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

limxing avatar May 23 '16 09:05 limxing

这个可以有!

ysmintor avatar Jun 06 '16 15:06 ysmintor