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