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 trialJeremiah Shore
31,168 PointsEasier processes for editing the layout using design view and themes
It's mentioned a couple times in the video that it can be finicky to get your layout items in place exactly where you want them. While totally important to be able to adjust and confirm their position in the XML, I've found that zooming in a bit makes placement much easier with the automatic anchoring that pops up. Often the text views that are created are so small they are hard to handle anyway without zooming, unless starting with Large Text.
Also, it might be worth mentioning that white could be set as the text color in the theme. Additionally, through my own projects I've started adding a colors.xml file and <color> resources. By doing so I can set a standard look across the theme without having to adjust colors all the time, and if I want I can edit them in a central place, like we would with @string resources.
Just some tips I thought were worth sharing for beginners like myself.