No description provided.
oipij1gg1#
我也是同样的问题
yhived7q2#
@dawnhope @ssmessagess 加上这个试试
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {binding.bannerProduct.setBannerRound2(ScreenUtil.dip2px(8));} else {binding.bannerProduct.setBannerRound(ScreenUtil.dip2px(8));}
bkhjykvo3#
3条答案
按热度按时间oipij1gg1#
我也是同样的问题
yhived7q2#
@dawnhope @ssmessagess 加上这个试试
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
binding.bannerProduct.setBannerRound2(ScreenUtil.dip2px(8));
} else {
binding.bannerProduct.setBannerRound(ScreenUtil.dip2px(8));
}
bkhjykvo3#
我也是同样的问题