SherlockGougou / BigImageViewPager

🔥🔥🔥 BigImage ImageView ViewPager 支持超长图、超大图的图片浏览器,优化内存,支持手势放大、下拉关闭、查看原图、加载百分比、保存图片等功能。
Other
2.17k stars 247 forks source link

About default placeholder #15

Closed devzwy closed 5 years ago

devzwy commented 5 years ago

@SherlockGougou Thanks to the resources provided by the author, I personally feel that we can optimize the following problems: The default placeholder when the picture address is empty or the picture can not be successfully loaded.

SherlockGougou commented 5 years ago

Good idea!Coming soon...

SherlockGougou commented 5 years ago

2.2.2版本已支持设置加载失败时的占位图: public ImagePreview setErrorPlaceHolder(int errorPlaceHolderResId)

devzwy commented 5 years ago

3Q