Custom Color

As the Material design guideline we use 2(Primary and Accent) mode color that implement to this app, you can found color value on res/values/color.xml

you can change this value by folowing this guideline http://www.google.com/design/spec/style/color.html , or you can change with any value as you want.

<color name="colorPrimary">#BB0000</color>
<color name="colorPrimaryDark">#990000</color>
<color name="colorAccent">#BB0000</color>

Last updated