Last updated 4 years ago
to change the app color, you can see on the res/values/colors.xml
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>