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 Implementing Designs for Android Using Custom Styles and Themes Styling EditTexts and Buttons

Alessandro Calorì
Alessandro Calorì
10,241 Points

Style attributes

I would like to highlight that styling like this is just awful. Attributes which control positioning and dimensions of the views should NOT be part of a style, even if the attributes are common among all views. Styles should only contain attributes which control how the view is shown to the user: colors, text style and size, etc. This is also why Eclipse refactoring tool does not move all attributes from the view declaration to the style.