Change App Color

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

  2. Enter your color code inside each of strings tag :

<!--app main color-->
<color name="colorPrimary">#2196F3</color>
<color name="colorPrimaryDark">#1E88E5</color>
<color name="colorAccent">#4aafff</color>

Last updated