android Button background failure
when I try to add
android:background=\"@drawable/roundedbutton\"
into the .xml
&
This is what fixed it for me:
.setCropShape(Build.VERSION.SDK_INT >= Build.VERSION_CODES.P ? CropImageView.CropShape.RECTANGLE : CropImageView.CropShape.OVAL)