How can I set the title bar background color in a B4XPages app?
I see that using CSBuilder I can set the title text color but how to change the background?
I want to set the color for the whole title bar, not just the background of the title bar test.
Changing the action bar, status bar and navigation bar colors is done with resources set in the manifest editor. The manifest code: SetApplicationAttribute(android:theme, "@style/LightTheme") CreateResource(values, colors.xml, #ff039be5 #ff006db3 #ffffffff #ff006db3 )...