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