Вопрос

I am using following code to set title :

super.setTitle("abc");

I just want to set color

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top