ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.4k stars 1.38k forks source link

how to change "CROP" text? #546

Open umutkina opened 6 years ago

dafaWang commented 6 years ago

in my opinion ,you can create an activity than use the cropview methods by your self

NivaLevy commented 6 years ago

Would love to find a solution as well

wapru commented 6 years ago

@umutkina Use .setCropMenuCropButtonTitle("")

CropImage.activity()
  .setGuidelines(CropImageView.Guidelines.ON)
  .setCropMenuCropButtonTitle("YOUR NEW CROP TEXT")
  .start(this);
jngr commented 6 years ago

Didn't this work for you?