문제

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