Link to guide: https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/
Im seeing a strange behavior when using the above guide.
It seems that my app does not render the "dark area" on top of my content pages in the initial launch of the app (image 1). But if i rotate my device the darker area is displayed correctly as seen in image 2.
Further, while the top darker area has not rendered correctly (after initial launch), if i try to push a modal page from my view, it seems like the modal page thinks that there is a dark area in the top that it should fit itself to, but its not there, causing the user to "see through" the top part of the modal page..
Is anyone having the same behavior? Im using the same toolbar.axml and tabs.axml and other properties as described in the article above.