Afif Firdaus Wipayana
Results
1
comments of
Afif Firdaus Wipayana
``` CropImage .activity(imageuri) .setGuidelines(CropImageView.Guidelines.ON) .setCropShape(Build.VERSION.SDK_INT >= Build.VERSION_CODES.P ? CropImageView.CropShape.RECTANGLE : CropImageView.CropShape.OVAL) .setMultiTouchEnabled(true) .setFixAspectRatio(true) .start(this); ``` this will be fixed on android P below