Hi Xamarin community,
I have a question regarding to app styling.
I'm using Xamarin-Forms version 1.3.2.0 and trying to use the new styling
feature in my app.
Overall it works great, but when it comes to platform specific stuff I have to
use some workarounds. An example for this is the accent color or the TabBar color on Android.
I solved this with a global Android style XML file.
But then I have to maintain the styles of my App on two different places.
Even my Xamarin.Forms.Style file in the shared Xamarin Forms project and the XML style file insight the Android (native)
project.
I searched through many app developer documentations but i didn't found any
usefull solution.
Is there any better solution at all ?