-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android 9.0圆形 带边框 图片内容 超出圆形边框 #6
Comments
同样的问题,期待up修复
|
同样遇到了这个问题。。 |
大佬 这个什么时候能修 都两个月了。。。。。。。。。。 |
8.1到9.0的设备存在兼容性的问题,问题已经定位,只是目前缺少测试设备 |
你as直接载个 9.0的虚拟机 我也是在虚拟机上面发现的bug |
能不能定位的问题发一下吧,我先在代码里面自己改一下 |
作者更新太慢了。。Bug只能自己动手修了(有没有影响到其他功能需要大家再认真测下 我试是没问题的~) 第一种:先画circle 在canvas那层,再画Bitmap新一层,中间Xfermode import android.content.Context; public class NiceImageView extends AppCompatImageView {
// 使用图形混合模式来显示指定区域的图片
} |
问题已修复 |
按照我那个思路看下 问题是出在这 |
还有个问题就是 9.0系统中 设置了圆角度,但是在界面中展示的没有效果 |
9.0系统 列表中,来回滑动 圆形 有时候可以正常显示,有时候显示矩形。是不是drawCircleBorder方法里面drawPath时 也要判断if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.O_MR1) 进行适配 |
你好,华为手机9.0系统 设置了圆角度不生效,请问下是什么原因 |
小米8,9.0系统仍然存在这个问题 |
super.onDraw(canvas); |
已经cover src
The text was updated successfully, but these errors were encountered: