03.
android:layout_width
=
"match_parent"
04.
android:layout_height
=
"match_parent"
>
05.
06.
<
TextView
07.
android:id
=
"@+id/textView1"
08.
android:layout_width
=
"wrap_content"
09.
android:layout_height
=
"wrap_content"
10.
android:layout_x
=
"34dp"
11.
android:layout_y
=
"100dp"
12.
android:text
=
"TextView"
/>
13.
14.
<
Button
15.
android:id
=
"@+id/button1"
16.
android:layout_width
=
"wrap_content"
17.
android:layout_height
=
"wrap_content"
18.
android:layout_x
=
"126dp"
19.
android:layout_y
=
"27dp"
20.
android:text
=
"Button"
/>
21.
22.
<
TextView
23.
android:id
=
"@+id/textView2"
24.
android:layout_width
=
"wrap_content"
25.
android:layout_height
=
"wrap_content"
26.
android:layout_x
=
"208dp"
27.
android:layout_y
=
"100dp"
28.
android:text
=
"TextView"
/>
29.
30.
<
TextView
31.
android:id
=
"@+id/textView3"
32.
android:layout_width
=
"wrap_content"
33.
android:layout_height
=
"wrap_content"
34.
android:layout_x
=
"34dp"
35.
android:layout_y
=
"142dp"
36.
android:text
=
"TextView"
/>
37.
38.
<
TextView
39.
android:id
=
"@+id/textView4"
40.
android:layout_width
=
"wrap_content"
41.
android:layout_height
=
"wrap_content"
42.
android:layout_x
=
"214dp"
43.
android:layout_y
=
"142dp"
44.
android:text
=
"TextView"
/>
45.
46.
</
AbsoluteLayout
>