DD
DD
我也遇到了同样的问题,Pictures文件夹下有5张图但是点进去之后没有图片显示 RedMi3s
if (heigh>width) {//竖图 if ("R".equals(((PictureTagView) childView).getDirection())){ bean.setX((((PictureTagView) childView).getX()+signWidth-8)/ (scaleWidth)); Log.i("---signWidth-完成--",((((PictureTagView) childView).getX()+signWidth-8)/ (scaleWidth))+""); bean.setY(((((PictureTagView) childView).getY())+signHeight/2) / screenWidth); } else{ bean.setX((((PictureTagView) childView).getX()+8)/ (scaleWidth)); bean.setY(((((PictureTagView) childView).getY())+signHeight/2) / screenWidth); } }else{//横图 if ("R".equals(((PictureTagView) childView).getDirection())){...