Stylize the Android Toolbar

1

I have a problem when I put a style, if I applied it to the toolbar but at the top (dark orange color where the battery icon is) no longer applies it.

this is my style

                 @ color / colorPrimary         @ color / colorPrimaryDark         @ color / colorAccent     

I removed the Theme from the manifest because I have a toolbar in my XML file

    
asked by Javier fr 23.11.2016 в 16:56
source

1 answer

0

Here the color that applies in the "Status bar" is colorPrimaryDark , define it with the color you want there, inside colors.xml:

<color name="colorPrimaryDark">#FFFFFF</color>
    
answered by 23.11.2016 в 17:18