I added a navigation button to a navigationview, which lives in a navigation manager as follows:
final NavigationButton button = new NavigationButton(new MyView("Another Page"));
setRightComponent(button);
I expected that the button would be styled just like the back button with an arrow to the right, but it seems that’s not the case. Any chance to do so?