ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.36k forks source link

Crop Action Buttons Not Visible #743

Open AaronPierdon opened 4 years ago

AaronPierdon commented 4 years ago

I am using an S9+ with Android 10. I am using version 2.8.0 of this library. When I use

CropImage.activity(myUri).start(this) // can't use getContext()....

the activity starts and provides me a crop tool, but there are no buttons to submit the crop.

ravi2143 commented 4 years ago

i am also facing same issue. do you got the solution?

ravi2143 commented 4 years ago

Problem solved. if you are using no action bar you have add this in manifest

<activity android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
            android:theme="@style/Base.Theme.AppCompat"/>
AaronPierdon commented 4 years ago

I'll try this out thanks.

Canato commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract