naver / android-imagecropview

android image crop library
Apache License 2.0
254 stars 55 forks source link

how to disable zoom in and set to zoom out in spesifik action #47

Closed yudikarma closed 5 years ago

yudikarma commented 5 years ago

i use this library to show image selected from galery, but on multiple select image is enabled, i wan to zoom out image preview (this library) and disable for zoom in (like instagram) please help me. how to do?

helloyako commented 5 years ago

Hi, @yudikarma First, thank you for using this library. However, I didn't understand your problem. Can you explain more detail?

yudikarma commented 5 years ago

so i create some feature like instagram galery, when user click item photos i show photos in photoview use this library for make that zoomable, but, when user click button for support multiple select photos i dont know how to make that image show cant zoom, what method name for disable zoom ? , actualy i just want to make my photoview user this library can zoom only when user not enable support multiple select photos in my app. btw thanks for awesome library

helloyako commented 5 years ago

I'm sorry for late replying.

If you want disable zoom, you should set setScaleEnabled(false). If you want disable scroll, you should set setScrollEnabled(false)

yudikarma commented 5 years ago

big thanks @helloyako