I am creating an app and want to change the color of the navigation bar. After a short search, I found that in this way I changed the
stereids.config.navigationBar.tintColor = "#FFCC22"
coffeescript file . Unfortunately I can not get it to work on Android 4.1.2
, is there a problem, or is not working for Android & lt;
AppGuide does not support Android Runtime Styling through the application (The coffee guide that you linked Is actually changed to reflect it) See the related forum thread for further examples.
In short, in your navigation bar style, add the following to www / native-styles / android.css
:
Navigation bar {Background color: # FFCC 22; }
Comments
Post a Comment