0

I am using following code to set title :

super.setTitle("abc");

I just want to set color

  • http://stackoverflow.com/questions/11960836/how-to-change-nokia-full-touch-lwuit-form-header-color – Rachel Gallen May 10 '13 at 07:47
  • you may also find this helpful http://www.developer.nokia.com/Community/Discussion/showthread.php?237389-Customise-style-of-Title-action-button-1-and-action-button-2-on-Nokia-Asha-311 – Rachel Gallen May 10 '13 at 07:48

1 Answers1

0

The standard color in the title bar is defined by the color set in the settings options of the device. You can't change it from code. If you want, you can create another Label and hide the default title bar, but I don't recommended.

Mun0n
  • 4,438
  • 4
  • 28
  • 46