Customized Status Bar

Is it possible to customize the status bar? In particular, I’d like to have a logo image left aligned and typical status bar text right aligned.



If it isn’t directly supported, would the best way to achieve this be to use a layout with an added panel at the bottom that is a fixed height?


You can place html into the statusbar. For example


statusBar.setText("<img …/> some text");