ioneday / ImageSelector

Photo picker library for Android. Support single choice、multi-choice、cropping image and preview image.
408 stars 126 forks source link

图片预览不完美 #9

Open yaojunyi3721 opened 8 years ago

yaojunyi3721 commented 8 years ago

首先因为预览页底部的选择checkbox会被虚拟按键条挡住 我去掉了ImagePreviewActivity中的FLAG_LAYOUT_NO_LIMITS 接着发现toolbar上面有片黑色区域 于是去掉了activity_image_preview中那个占位的view 然后发现有些图片预览时左右会留空 于是改了好长时间 但还没改好 我觉得应该改window的flag

humanheima commented 6 years ago

这个问题我也遇到了,有点不理解就是为什么不设置 Window的flag 竖直方向上比较高的图片左右就会留白。是不是跟ImageView的缩放属性是 fit_center 还是center_crop有关呢