smzh369
Results
1
comments of
smzh369
Currently I think using oval shape is the best choice: ``` ``` ``` fun ImageView.loadCircleImage(image: Any?) = load(image) { crossfade(true) transformations(CircleCropTransformation()) placeholder(R.drawable.round_7be0dd_stroke_white) error(R.drawable.round_ff8bff_stroke_white) } ```