I have created a custom toolbar which I want to use uniformly across all the views of my app.
PROBLEM: When a ListView item is selected and a detail view loaded, I get the default back button bar and my custom toolbar, as shown above.
How can I merge both bars and have a single bar?