Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom issues #10

Closed
martintoften opened this issue Apr 26, 2017 · 2 comments
Closed

Zoom issues #10

martintoften opened this issue Apr 26, 2017 · 2 comments

Comments

@martintoften
Copy link

The zoom only works in some instances.

This is the current setup I use:

<com.steelkiwi.cropiwa.CropIwaView
      android:id="@+id/crop_image_view"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      app:ci_dynamic_aspect_ratio="false"
      app:ci_draw_grid="false"
      app:ci_scale_enabled="true"
      app:ci_translation_enabled="true"
      app:ci_crop_shape="oval"
      app:ci_border_width="1dp"
      app:ci_border_color="#FFFFFF"
      app:ci_max_scale="100"
      app:ci_overlay_color="#66000000" />

Did I miss something?

@martintoften
Copy link
Author

Fixed by decreasing the min scale :)

@polyak01
Copy link
Contributor

@martintoften You are welcome!)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants