DragPhotoView icon indicating copy to clipboard operation
DragPhotoView copied to clipboard

首次时点击图片会黑屏出来的呢

Open ExploreTeam opened this issue 5 years ago • 1 comments

ExploreTeam avatar Jul 09 '19 08:07 ExploreTeam

这个可以在显示图片的界面处理,image_icon.getDrawable()可以得到你点击图片的drawable传入显示图片的界面 Glide.with(this).load(url).apply(new RequestOptions().placeholder(sDrawable)).thumbnail(Glide.with(this).load(path)).into(imageView); url是原地址,path是缩略图地址,sDrawable就是点击图片的Drawable。

MrWangChong avatar Oct 31 '19 03:10 MrWangChong