Color

In this update we provide 18 option color this app.

  1. "Red",

  2. "Pink" ,

  3. "Purple" ,

  4. "Deep Purple" ,

  5. "Indigo" ,

  6. "Blue" ,

  7. "Light Blue" ,

  8. "Cyan" ,

  9. "Teal",

  10. "Green",

  11. "Light Green",

  12. "Lime",

  13. "Amber",

  14. "Orange",

  15. "Deep Orange",

  16. "Brown",

  17. "Blue Grey",

  18. "Black"

For change any color you can see the file in res/value/color

  <?xml version="1.0" encoding="utf-8"?>
  <resources>
  <color name="soft_grey">#EBEBEB</color>
  ......
  </resources>

Last updated