Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Creating the Screen Layout Setting Colors

Channing Tyner
Channing Tyner
570 Points

The hex color value for the challenge in "Setting the Color of the Layout" has more than six characters.

What's the correct value? It should be for a dark pink

2 Answers

Rebecca Rich
PLUS
Rebecca Rich
Courses Plus Student 8,592 Points

In Android colors can be represented by eight characters, where the first two characters are the alpha channel (FF would be used for a 'normal' color) and the last six characters are the standard hex color code you are thinking of.