youth5201314 / banner

🔥🔥🔥Banner 2.0 来了!Android广告图片轮播控件,内部基于ViewPager2实现,Indicator和UI都可以自定义。
Apache License 2.0
12.92k stars 2.51k forks source link

魅族效果,不显示圆角 #1188

Closed Staticzll closed 10 months ago

Staticzll commented 1 year ago

<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/iv_banner" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" />

Glide.with(this) .load(it[position].idRes) .apply(options) .into(this)

banner.setBannerGalleryMZ(160)

魅族效果,不显示圆角

Staticzll commented 1 year ago

imageview 用了android:scaleType="centerCrop"

HeyBean-X commented 1 year ago

最后有解决吗? 大佬