Gorilla-Player-Support icon indicating copy to clipboard operation
Gorilla-Player-Support copied to clipboard

Images sizing issue in Android

Open johankson opened this issue 8 years ago • 2 comments

Running Xamarin Android Player. Images are rendered in different size in the Gorilla Player app and the actual app.

The actual app renders it at about twice the size of what gorilla player does.

I can provide more exact info if requested.

johankson avatar Apr 02 '16 12:04 johankson

Hi! Yes please. A solution where we can reproduce the issue it would be ideal. Thanks!

LeoHere avatar Apr 02 '16 12:04 LeoHere

Same problem form me. I have an android device with xxhdpi screen density and I correctly use different images resolution in drawable-hdpi drawable xhdpi drawable-xxhdpi etc.. folders but when i use GorillaPlayer on that device the images are really small compared to the one in the drawable folder.. unless I force WidthRequest and HeightRequest but is not the required behaviour because I expected that GorillaPlayer load the correct image as when I run the app normally

REDECODE avatar Mar 28 '19 20:03 REDECODE