Hi,
Not sure if this is possible, so I thought I'd ask.
I have an app which has a standardized layout of a green navigation bar at the top which has a back button and a home button on either side and a label in the middle. This is on virtually every screen (except login, registration and the home screen - registration has a back button and login and home non buttons). The home button always returns to the home view and the back just goes back to the previous view.
Is there a way that I can implement this and then include it into any page I create or better still, have a single content view with that defined at the top always then hide the buttons in code if required and then use that throughout as a template?
Paul