CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
Apache License 2.0
1.22k stars 251 forks source link

Toolbar shadow flexibility #567

Closed smaksym-phillips closed 1 year ago

smaksym-phillips commented 1 year ago

I would be very grateful if U could add new flag to the CropImageOptions, so it would remove the toolbar shadow for more design flexibility.

if(toolbarElevationEnabled.not()) it.setElevation(0)

Somewhere here

image
vanniktech commented 1 year ago

I'd prefer if we got rid of that entire bundled Activity alltogether and let everyone simply create their own Activity and just use the CropView. So, no. Unfortunately, not.