Image editor: larger handles

This commit is contained in:
M66B
2025-01-07 21:40:24 +01:00
parent 1ebb8e79ad
commit cfac3bb1f6

View File

@@ -35,6 +35,7 @@ import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import com.canhub.cropper.CropImageOptions;
import com.canhub.cropper.CropImageView;
import java.io.BufferedOutputStream;
@@ -160,6 +161,10 @@ public class FragmentDialogEditImage extends FragmentDialogBase {
}
});
CropImageOptions options = new CropImageOptions();
options.borderCornerThickness = Helper.dp2pixels(context, 5);
civ.setImageCropOptions(options);
new SimpleTask<EntityAttachment>() {
@Override
protected void onPreExecute(Bundle args) {