I created a really simple TabbedPage on my project and i set the BarBackground to the same color of the other pages but the bar has a shadow that i want to remove but i don't know how to do it. I tried to set the BarBackground to "Transparent" but doesn't work or i just don't know how to set properly. I know on IOS there's a way but i couldn't find on android.
My TabbedPage:
<local:Hub IconImageSource="checklist.png"></local:Hub>
<local:Home IconImageSource="home.png"></local:Home>
<local:ChartView IconImageSource="charthistogram.png"></local:ChartView>