Custom OverlayView radius without change image padding
wangyeming opened this issue · 2 comments
wangyeming commented
What I want to show in my app:
I attempt to change padding of OverlayView but I must also change GestureCropImageView's padding because, as your describe, 'padding for both views must be equal'.
vGestureCropImageView.setPadding(padding, padding, padding, padding);
vOverlayView.setPadding(padding, padding, padding, padding);
The real display:
shliama commented
Thanks for the report.
I think I'll fix this in next update.
shliama commented
Please try 1.5.0. Now paddings are not associated, therefore you can adjust them individually.