2

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"));
squallbayu
  • 208
  • 2
  • 10

1 Answers1

2

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

Tim Weber
  • 858
  • 4
  • 14
  • Also in the designer you not have a side menu, so if you open it and then press `Add` these UIID's will appear next to the top. – Shai Almog Oct 11 '16 at 02:33