Color Change

  • to change the app color, you can see on the res/values/colors.xml

  • Enter your color code inside each of strings tag :

    <color name="colorAccent">#000000</color>
    <color name="colorPrimary">#FF5722</color>
    <color name="colorSecondary">#FF9800</color>
    <color name="colorPrimaryDark">#FF5722</color>
    

Last updated