MutiImgLoader
MutiImgLoader copied to clipboard
不能动态设置默认图
作者大大,默认图是被写死了导致不能动态设置吗? bitmap = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.ic_launcher_round); imageView.setImageBitmap(bitmap); 导致此方法无效 public void configDefaultPic(int defaultPic) { this.defaultId = defaultId; }