Android-image-cropper: how to change "CROP" text?

Created on 10 May 2018  路  4Comments  路  Source: ArthurHub/Android-Image-Cropper

Most helpful comment

@umutkina Use .setCropMenuCropButtonTitle("")

CropImage.activity()
  .setGuidelines(CropImageView.Guidelines.ON)
  .setCropMenuCropButtonTitle("YOUR NEW CROP TEXT")
  .start(this);

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ani24may picture Ani24may  路  5Comments

cgupta3131 picture cgupta3131  路  7Comments

joseph-acc picture joseph-acc  路  9Comments

rahulwadhai picture rahulwadhai  路  5Comments

gilshallem picture gilshallem  路  8Comments