Can anybody help me how to arrange StandardTitlebar elements,for example I want battery indicator to be leftmost and network indicator rightmost,and clock to be center of status bar.
Can anybody help me how to arrange StandardTitlebar elements,for example I want battery indicator
Share
It’s not possible. According to StandardTitlebar API,
So you have to stick to the order specified in API.
Only option for you to position fields is to create your own custom manager and add it to MainScreen using setTitle(). But then again I am not sure how will you create Battery, Clock and network indicator. BB doesn’t provide any API for these fields.