Open the Layout Editor
Open the Layout Editor Note: This lesson expects you are using Android Studio 2.3 or higher and you've followed the previous lesson to create your Android project. To get started, set up your workspace as follows: In Android Studio's Project window, open app > res > layout > activity_main.xml . To make more room for the Layout Editor, hide the Project window by selecting View > Tool Windows > Project If your editor shows the XML source, click the Design tab at the bottom of the window. Click Show Blueprint so only the blueprint layout is visible. Make sure Show Constraints is on. The tooltip in the toolbar should read Hide Constraints (because they're now showing). Make sure Autoconnect is off. The tooltip in the toolbar should read Turn On Autoconnect (because it's now off). Click Default Margins in the toolbar and select 16 ...