I have been trying to change the style (color background, color of letters and indicator) of the tabs in Xamarin.Forms
, I have tried to make my own custom render but it seems that it does not work. p>
What works is changing the colors by XML , but when I do it it breaks all the style that I had in the shared project of Xamarin.Forms
.
Someone knows the correct way to change ( at least ) the color background of the tabs in a TabbedPage from:
I've been trying to do it for days but I could not, I think I'm already blocked by now.