Open umutkina opened 6 years ago
Would love to find a solution as well
@umutkina Use .setCropMenuCropButtonTitle("")
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.setCropMenuCropButtonTitle("YOUR NEW CROP TEXT")
.start(this);
in my opinion ,you can create an activity than use the cropview methods by your self