Reputation: 208
How to change the background color and set the UIID of the sidemenu (Hamburger menu)? I changed all of the items from theme.res but no luck. I use the new sidebar API:
f.getToolbar().addMaterialCommandToSideMenu("Google", FontImage.MATERIAL_WEB, e -> Display.getInstance().execute("https://www.google.com"));
Upvotes: 2
Views: 78
Reputation: 868
Try the component inspector to get the right UIID to change the aspect of the side menu.
I don't know what you're looking for changes but there's UIID like :
SideNavigationPanel
StatusBarSideMenu
SoftButton
Upvotes: 2