Skip to content

All colours of the material palette in XML for quick development.

Notifications You must be signed in to change notification settings

coderlakshayjain/Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Android Colors

A handy XML file containing a wide range of predefined colors to speed up Android UI development.

Includes:

  • 🌈 Material Design colors
  • 🟑 Transparent colors
  • πŸ”€ Common named colors
  • 🎯 Main brand/logo colors

πŸ“‚ Usage

  1. Copy the many_colors.xml file into your Android project's res/values/ directory.
  2. Access any color in your layouts or code using the @color/color_name syntax.
<TextView
    android:text="Hello, Colors!"
    android:textColor="@color/amber_500" />

πŸ“Œ Why Use This?

  • Saves time during UI prototyping.
  • Ensures consistent color naming.
  • Great for hackathons or fast UI iterations.

🀝 Contributing

Found a missing or incorrect color? Contributions are welcome!

  1. Fork the repo
  2. Make your changes
  3. Submit a pull request βœ…

About

All colours of the material palette in XML for quick development.

Topics

Resources

Stars

Watchers

Forks