When using Fresco Debug Overlay its showing a red overlay when the image is smaller than the view.
Since Fresco doesnt perform upscaling, and it relies on the ashmem, how should I fix this?
Lets say that: I have a view that fits the whole width of the phone My image will always be 500x500.
I use centerCrop for scaling so the image will be upscaled until the width or height matches the view.
Still, the overlay shows red, what should I change or do to make it be green? (I wont nor can make the view smaller, it has to fit the screen width. I cant upscale on my own the image because its in the ashmem. Resizing is useless since it does not upscale.)