jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
474 stars 99 forks source link

Support for Landscape Layout #3

Closed jayrambhia closed 8 years ago

jayrambhia commented 8 years ago

Currently, the CropperView offsets the height based on width. This wouldn't work properly in landscape scenario. Add support for Landscape layout.

jayrambhia commented 8 years ago

https://github.com/jayrambhia/CropperNoCropper/commit/95128a1382faa57c3ec596bfaaefbab0c3a9f897 fixed this.