liyong
Results
1
comments of
liyong
InputStream is = recycleImageView.getResources().openRawResource((int) path); //fix 插件化中使用的时候,无法找到资源 builder = Glide.with(recycleImageView.getContext()).load(inputStreamToByte(is)).asBitmap();