AndroidStudioo
Results
2
comments of
AndroidStudioo
会了 嘿嘿
去修改库吧,在ImagePreviewAdapter的instantiateItem方法中添加: imageView.setOnLongClickListener(new View.OnLongClickListener() { @Override public boolean onLongClick(View view) { Toast.makeText(context,"长按了",Toast.LENGTH_SHORT).show(); return true; } });