I have set up a custom title bar and it works OK, but before the code is called the default title bar is shown and I don´t want this.
Here someone gives as a solution to define a new style from scratch. It works fine if this custom style has not parent, but if you use a parent style you get this previous title bar shown before mine.
As far as I am using Theme.Light in my app, how can I fix this ? Which parameter should I rewrite in my custom style to remove this previous title bar ??
Thanks !