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 )...
www.b4x.com