mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Couleurs barres
This commit is contained in:
parent
da6cff7c5f
commit
96c8a25f0b
1 changed files with 5 additions and 2 deletions
|
|
@ -11,12 +11,15 @@
|
|||
<item name="windowActionBar">false</item>
|
||||
<!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette -->
|
||||
<!-- colorPrimary is used for the default action bar background -->
|
||||
<item name="colorPrimary">#2196F3</item>
|
||||
<!--<item name="colorPrimary">#2196F3</item>-->
|
||||
<item name="colorPrimary">#58180D</item>
|
||||
<!-- colorPrimaryDark is used for the status bar -->
|
||||
<item name="colorPrimaryDark">#1976D2</item>
|
||||
<!--<item name="colorPrimaryDark">#1976D2</item>-->
|
||||
<item name="colorPrimaryDark">#58180D</item>
|
||||
<!-- colorAccent is used as the default value for colorControlActivated
|
||||
which is used to tint widgets -->
|
||||
<item name="colorAccent">#FF4081</item>
|
||||
<!--<item name="colorAccent">#00FF00</item>-->
|
||||
<!-- You can also set colorControlNormal, colorControlActivated
|
||||
colorControlHighlight and colorSwitchThumbNormal. -->
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue