Activity.TitleColor refers to the color of the title
text, which is black in your case and exactly what it is supposed to be. I think you mean the background of the title. If that is the case, refer to the below link where it uses IN LINE JAVA and the JavaObject library. Make sure the target SDK in manifest editor does not exceed 10, like this: <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="10"/>
https://b4x.com/android/forum/threads/title-color.76452/