获取圆形图标 private Bitmap getRoundCornerImage(Bitmap bitmap) {if (bitmap != null) {Bitmap oldBitmap = Bitmap.createBitmap(bitmap.getWidth(),bitmap.g... Other 2023-10-07 188 点赞 2 评论 284 浏览