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 trialEli Goodwin
29,502 PointsCan't access color wheel in newest version of Android Studio?
For whatever reason when I am following the tutorial here, there is absolutely no way of accessing the color wheel via the process in the video. The only way I can access a color wheel is manually entering android:background="colorInQuestion" into the respective view element.
I can enter the hexadecimal color code or search for the color, but I have no way of accessing alpha or RGB values via a color wheel. Any ideas?
Justin Light
10,478 PointsThere was just a new update so this may have changed. Currently everything that was listed on different tabs is now all under color menu.
1 Answer
Brecht Philips
8,863 Pointsif you press on the 3 dots and click on color you will see the colors. Notice that in the right corner Add new resource click that -> new color value and u will get the color wheel and the acces to the alpha or RGB. (on mac i guess it's the same on windows)
essam rashad
245 PointsThanks! had the same issue.
wesley franks
6,198 Pointswesley franks
6,198 PointsCould you please post your xml code, and class code as well?