02.
android:id
=
"@+id/viewSwitcher1"
03.
android:layout_width
=
"fill_parent"
04.
android:layout_height
=
"fill_parent"
>
05.
08.
android:id
=
"@+id/tableLayout1"
09.
android:layout_width
=
"match_parent"
10.
android:layout_height
=
"match_parent"
11.
android:layout_marginTop
=
"50dp"
>
12.
13.
<
TextView
14.
android:id
=
"@+id/textView1"
15.
android:layout_width
=
"wrap_content"
16.
android:layout_height
=
"wrap_content"
17.
android:gravity
=
"center"
18.
android:text
=
"Enter Your Site"
/>
19.
20.
<
EditText
21.
android:id
=
"@+id/editText1"
22.
android:layout_width
=
"wrap_content"
23.
android:layout_height
=
"wrap_content"
24.
android:ems
=
"10"
>
25.
26.
</
EditText
>
27.
28.
<
RelativeLayout
29.
android:layout_width
=
"fill_parent"
30.
android:layout_height
=
"wrap_content"
>
31.
<
Button
32.
android:id
=
"@+id/button1"
33.
android:layout_width
=
"wrap_content"
34.
android:layout_height
=
"wrap_content"
35.
android:layout_centerHorizontal
=
"true"
36.
android:text
=
"Go"
/>
37.
</
RelativeLayout
>
38.
39.
</
TableLayout
>
40.
43.
android:id
=
"@+id/tableLayout2"
44.
android:layout_width
=
"match_parent"
45.
android:layout_height
=
"match_parent"
46.
android:layout_marginTop
=
"0dp"
>
47.
<
WebView
48.
android:id
=
"@+id/webView1"
49.
android:layout_width
=
"match_parent"
50.
android:layout_height
=
"match_parent"
/>
51.
52.
</
TableLayout
>
53.
54.
</
ViewSwitcher
>