I have a lot of doubts about the treatment of the images in android, and I was hoping to see if you could solve them.
At this point I have an image that occupies 320
Glide .with(context) .load(path) .apply(new RequestOptions().override(600, 200)) .centerCrop() .into(imageViewResizeCenterCrop);
@Raghunandan is right.you should try transformation your own way.