I'm looking for a way to turn Android StatusBar completely transparent with Xamarin Forms. I can easily make it semitransparent by setting android:windowTranslucentStatus
to true
. It will be black with an opacity of about 50% but anyway its background will be visible, which is not what I want.
I found this article, and this is exactly what I need as a result
https://learnpainless.com/android/material/make-fully-android-transparent-status-bar
but the problem is that there seems to be no obvious way to achieve the same in Xamarin Forms. I just haven't found a way to set decor flags like that nor a way to do this in styles.xml
I've also seen this topic (which was suggested to me while I was creating mine) Android transparent status bar and actionbar and googled this one Xamarin Forms background image with transparent status bar and several others. But all those solutions end up with a semitransparent status bar as well. So I'm completely stuck with this