@Override
public boolean onException(Exception e, T model, Target<PictureDrawable> target, boolean isFirstResource) {
ImageView view = ((ImageViewTarget<?>) target).getView();
if (Build.VERSION_CODES.HONEYCOMB <= Build.VERSION.SDK_INT) {
view.setLayerType(ImageView.LAYER_TYPE_NONE, null);
}
e.printStackTrace();
return false;
}
SvgSoftwareLayerSetter.java 文件源码
java
阅读 27
收藏 0
点赞 0
评论 0
项目:xamoom-android-sdk
作者:
评论列表
文章目录