60.4 Designing the User Interface Layout for SecondActivity
The elements that are required for the user interface of the second activity are a Plain Text EditText, TextView and Button view. With these requirements in mind, load the activity_second.xml layout into the Layout Editor tool, and add the views.
During the design process, note that the onClick property on the button view has been configured to call a method named returnText, and the TextView and EditText views have been assigned IDs textView2 and editText2 respectively. Once completed, the layout should resemble that illustrated in Figure 60-4. Note that the text on the button (which reads “Return Text”) has been extracted to a string resource named return_text.
With the layout complete, click on the Infer constraints toolbar button to add the necessary constraints to the layout:
Figure 60-4