Codename One: User interface layout on simulator and a real Android device are complete different
Well, it is the first time I tested my app on a real Android device. The user interface layout is shockingly different from the simulator. Please see images: The code are the same and nothing had been modified. Android version is 5.1.1. The code to display the screen is: private final void show() { loginSignupForm = new Form(null, new BorderLayout()); Tabs loginSignupTabs = new Tabs(); Image splashScreenImage = theme.getImage("Starlent_logo25x25.png"); ((Label) loginSignupForm.getToolbar().getTitleComponent()).setIcon(splashScreenImage); Style loginSignupStyle = UIManager.getInstance()