<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Remember the digits, and press the button ..."> </TextView> <Button android:id="@+id/button_to_remember" android:layout_width="match_parent" android:layout_height="wrap_content" android:onClick="myClickHandler"> </Button> <TextView android:id="@+id/success_report" android:layout_width="match_parent" android:layout_height="wrap_content"> </TextView> </LinearLayout>