I am trying to add both image and string in Tabs in LWUIT-1.5. Anyway both are comes in UI but the text is coming at bottom of the image. So, I need to add both in same place like overlapping the image.
Tabs tabs = new Tabs();
tabs.addTab("Text", Image, Component);
can any one help us ?