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 with Java Creating the Screen Layout Adding a TextView

Johnathan Alvarado
Johnathan Alvarado
880 Points

The constraints are being placed when the textview is moved in the scene view even if they have removed? Help

When messing with then textview, and button the items are constraint to the margin in the screen in the code. Even if they are removed using the button on the side of the item, or they are removed in the code, they are quickly placed back when the item is moved again. As well as they are not placed in the desired location as they are placed randomly in the view with new constraints. I've already tried the magnet as well as the button on the side of the item.