Closed dmmg83 closed 5 years ago
I solve it adding this line on mainactivity in Android project: this.Window.Attributes.DimAmount = 0;
It can also be disabled through an Android style entry:
<!-- Avoid a strange behavior: when a VideoView is created, screen has a flash of black,
then the video playback is dim -->
<item name="android:backgroundDimEnabled">false</item>
Thank you for your great job @SimonSimCity @modplug @candidodmv @nickrandolph @NicoKno .
When I playback a video, the video looks very dark, how can I increase the brightness? Xamarin Forms PCL. Android.