Android-image-cropper: Is it possible to change CROP text?

Created on 7 Jun 2017  路  2Comments  路  Source: ArthurHub/Android-Image-Cropper

is it possible to change the text in actionbar of CropImageActivity?

Most helpful comment

Yes, you can easily do this by adding this to your style.xml:
<string name="crop_image_menu_crop">My text</string>
For more info on usage and changing other elements refer to this wiki page.

All 2 comments

+1
is there any way to change strings?

Yes, you can easily do this by adding this to your style.xml:
<string name="crop_image_menu_crop">My text</string>
For more info on usage and changing other elements refer to this wiki page.

Was this page helpful?
0 / 5 - 0 ratings