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 Creating the Screen Layout Setting Padding

Android sudio 2.3.3 uses ConstraintLayout instead of RelativLayout

Android sudio 2.3.3 uses ConstraintLayout instead of RelativLayout and that makes the xml really different, for start that is no such thing layout_centerVertical, layout_align..., and so on in the ConstraintLayout and because of the when i position something on the design view by dragging it, it code the text with the methond layout_editor_absoluteX/Y. and also gives me a warning of "this view is not constrained, it only has designtime position, so it will jump to (0,0) unless you add constraints". and i have no knowledge about constraints. i did found the button "infer constraints" which fix this warning automatically but it adds a lot of code to that and that code i don't even slightly understand. and in you videos you don't seems to teach it. I would like to know how can i learn something when their are so many things different in the videos then in my computer.