Hamburger Menu & Overflow continues to fade

I create an application in codenameone and I have problems with the hamburger menu and the overflow menu, they continue to disappear on some pages, sometimes they are, and sometimes they go away

See the attached image, these two menus keep going and sometimes come to the application

enter image description here

Is there a way out?

I am using the toolbar API to add commands

tb = new Toolbar(); 
tb.getStyle().setBgImage(new RR().getR().getImage("newmenuimage.png"));
tb.setLayout(new BorderLayout());
f.setToolbar(tb);
+4
source share
1 answer

commandBehaviour, Side , sideMenuImage . menuImage, .

TitleArea color, Derive Transparency 255 Derive Background (, ).

+2

Source: https://habr.com/ru/post/1669670/


All Articles