sunfusheng / GlideImageView

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
https://github.com/sunfusheng/GlideImageView
1.77k stars 272 forks source link

圆形大尺寸图片不会居中 #13

Open KingZD opened 7 years ago

KingZD commented 7 years ago

<com.sunfusheng.glideimageview.ShapeImageView android:layout_width="@dimen/dimen_dp_80" android:layout_height="@dimen/dimen_dp_80" android:layout_centerHorizontal="true" android:scaleType="centerCrop" android:src="@mipmap/timg" app:siv_border_width="@dimen/dimen_dp_2" app:siv_shape_type="circle" /> 如果图片尺寸过大 不会自动居中 所以只好自己手动改造代码 实现居中 并且android:scaleType 设置center会出现border与图片错位 因该是没有处理这些状态 如果能加上这些东东就完美了

Vension commented 7 years ago

是的,设置了Src属性的图片没有居中