Gorilla-Player-Support
Gorilla-Player-Support copied to clipboard
Images sizing issue in Android
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.
Hi! Yes please. A solution where we can reproduce the issue it would be ideal. Thanks!
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