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

The bottom of the cropped image is not fully displayed #882

Open
hezhipengzipp opened this issue Jun 21, 2022 · 1 comment
Open

The bottom of the cropped image is not fully displayed #882

hezhipengzipp opened this issue Jun 21, 2022 · 1 comment

Comments

@hezhipengzipp
Copy link

hezhipengzipp commented Jun 21, 2022

The bottom area of the picture cannot be cropped, so the bottom of the picture must be cropped
<com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/cropImageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginTop="39dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="90dp"
android:visibility="gone"
app:cropAutoZoomEnabled="true"
app:cropFixAspectRatio="false"
app:cropScaleType="fitCenter"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_crop" />
but setImageResource that is ok ,setImageBitmap is not ok

@Canato
Copy link

Canato commented Dec 9, 2022

please read #875

And update to the new repository

Please close this issue.
So the Warning can be more visible

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