This question is locked. New answers and comments are not allowed.
Hi, apparently I can't apply any color on the ActionBar of my Android NS app.
I tried with css and inline but that does not work. Could anyone provide an example?
1.<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoad" >2. <Page.actionBar style="background-color: green;">3. <ActionBar title="title" style="background-color: green;">4. <NavigationButton text="go back"/>5. </ActionBar>6. </Page.actionBar>7. ...Thanks,
Paul