Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.85k stars 2.15k forks source link

Please add feature to set text instead of ✓ icon in the action menu #844

Open bipinvaylu opened 2 years ago

bipinvaylu commented 2 years ago

I am using this library in many apps but sometimes I am required to use text instead of the ✓ icon in the action menu when cropping the screen. As we know that Android is having icon's in the action menu mostly but sometimes a requirement of text is more appropriate. I know one workaround to handle this is that create an image of that text and keep the same file name as like ✓ icon. Other than this, Is there any way to do this without copying the whole source code into my app?