Explore
2.0
2.0
  • Explore
  • Welcome
  • Getting Started
    • Installation
    • Import Project
  • Structure
  • Integration
  • Ads
    • GDPR
  • Analytics
  • Realm DB
  • Custom Color
  • Change Log
Powered by GitBook
On this page

Custom Color

In Material Design Rule we should define any color that used in app. For All project you can customize your own color by editing res/values/color.xml

<color name="colorPrimary">#8E24AA</color>
<color name="colorPrimaryDark">#7B1FA2</color>
<color name="colorPrimaryLight">#9C27B0</color>

<color name="colorAccent">#EF8762</color>
<color name="colorAccentLight">#EC9D81</color>
<color name="colorAccentDark">#E87044</color>
PreviousRealm DBNextChange Log

Last updated 6 years ago