in my opinion ,you can create an activity than use the cropview methods by your self
Would love to find a solution as well
@umutkina Use .setCropMenuCropButtonTitle("")
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.setCropMenuCropButtonTitle("YOUR NEW CROP TEXT")
.start(this);
Didn't this work for you?
Most helpful comment
@umutkina Use .setCropMenuCropButtonTitle("")