1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:app="http://schemas.android.com/apk/res-auto"
4    xmlns:tools="http://schemas.android.com/tools"
5    android:layout_width="match_parent"
6    android:layout_height="match_parent"
7    tools:context=".MainActivity" >
8
9    <LinearLayout
10        android:layout_width="0dp"
11        android:layout_weight="0.5"
12        android:layout_height="match_parent"
13        android:orientation="vertical">
14
15        <CheckBox
16            android:id="@+id/checkBox5"
17            android:layout_width="match_parent"
18            android:layout_height="wrap_content"
19            android:text="CheckBox" />
20
21        <EditText
22            android:id="@+id/myEditText"
23            android:layout_width="match_parent"
24            android:layout_height="wrap_content"
25            android:text="EditText" />
26
27        <EditText
28            android:id="@+id/myEditText2"
29            android:layout_width="match_parent"
30            android:layout_height="wrap_content"
31            android:text="EditText" />
32
33        <Button
34            android:id="@+id/myButton"
35            android:layout_width="match_parent"
36            android:layout_height="wrap_content"
37            android:text="Button" />
38
39        <Button
40            android:id="@+id/myButton2"
41            android:layout_width="match_parent"
42            android:layout_height="wrap_content"
43            android:text="Button" />
44
45        <ProgressBar
46            android:id="@+id/progressBar"
47            style="?android:attr/progressBarStyle"
48            android:layout_width="match_parent"
49            android:layout_height="wrap_content" />
50
51        <CheckBox
52            android:id="@+id/checkBox2"
53            android:layout_width="match_parent"
54            android:layout_height="wrap_content"
55            android:text="CheckBox" />
56
57        <RadioButton
58            android:id="@+id/radioButton"
59            android:layout_width="match_parent"
60            android:layout_height="wrap_content"
61            android:text="RadioButton" />
62
63        <CheckedTextView
64            android:id="@+id/checkedTextView2"
65            android:layout_width="match_parent"
66            android:layout_height="wrap_content"
67            android:text="CheckedTextView" />
68
69        <TextView
70            android:id="@+id/textView"
71            android:layout_width="match_parent"
72            android:layout_height="wrap_content"
73            android:text="TextView" />
74
75        <ToggleButton
76            android:id="@+id/toggleButton"
77            android:layout_width="match_parent"
78            android:layout_height="wrap_content"
79            android:text="ToggleButton" />
80
81        <Switch
82            android:id="@+id/switch1"
83            android:layout_width="match_parent"
84            android:layout_height="wrap_content"
85            android:text="Switch" />
86
87        <CheckBox
88            android:id="@+id/checkBox3"
89            android:layout_width="match_parent"
90            android:layout_height="wrap_content"
91            android:text="CheckBox" />
92
93        <CheckBox
94            android:id="@+id/checkBox4"
95            android:layout_width="match_parent"
96            android:layout_height="wrap_content"
97            android:text="CheckBox" />
98
99        <EditText
100            android:id="@+id/editText2"
101            android:layout_width="match_parent"
102            android:layout_height="wrap_content"
103            android:ems="10"
104            android:inputType="textPassword" />
105
106        <RadioButton
107            android:id="@+id/radioButton2"
108            android:layout_width="match_parent"
109            android:layout_height="wrap_content"
110            android:text="RadioButton" />
111
112        <EditText
113            android:id="@+id/editText3"
114            android:layout_width="wrap_content"
115            android:layout_height="wrap_content"
116            android:layout_weight="1"
117            android:ems="10"
118            android:inputType="numberDecimal" />
119
120        <SearchView
121            android:layout_width="match_parent"
122            android:layout_height="match_parent" >
123
124        </SearchView>
125    </LinearLayout>
126
127    <LinearLayout
128        android:layout_width="0dp"
129        android:layout_weight="0.5"
130        android:layout_height="match_parent"
131        android:orientation="vertical">
132
133        <Button
134            android:id="@+id/myButton3"
135            android:layout_width="match_parent"
136            android:layout_height="wrap_content"
137            android:text="Button" />
138
139        <Button
140            android:id="@+id/myButton4"
141            android:layout_width="match_parent"
142            android:layout_height="wrap_content"
143            android:text="Button" />
144
145        <Button
146            android:id="@+id/button14"
147            android:layout_width="match_parent"
148            android:layout_height="wrap_content"
149            android:text="Button" />
150
151        <EditText
152            android:id="@+id/myEditText3"
153            android:layout_width="match_parent"
154            android:layout_height="wrap_content"
155            android:text="EditText" />
156
157        <Button
158            android:id="@+id/button"
159            android:layout_width="match_parent"
160            android:layout_height="wrap_content"
161            android:text="Button" />
162
163        <EditText
164            android:id="@+id/myEditText4"
165            android:layout_width="match_parent"
166            android:layout_height="wrap_content"
167            android:text="EditText" />
168
169        <ToggleButton
170            android:id="@+id/toggleButton2"
171            android:layout_width="match_parent"
172            android:layout_height="wrap_content"
173            android:text="ToggleButton" />
174
175        <ToggleButton
176            android:id="@+id/toggleButton5"
177            android:layout_width="match_parent"
178            android:layout_height="wrap_content"
179            android:text="ToggleButton" />
180
181        <ToggleButton
182            android:id="@+id/toggleButton4"
183            android:layout_width="match_parent"
184            android:layout_height="wrap_content"
185            android:text="ToggleButton" />
186
187        <ToggleButton
188            android:id="@+id/toggleButton3"
189            android:layout_width="match_parent"
190            android:layout_height="wrap_content"
191            android:text="ToggleButton" />
192
193        <ProgressBar
194            android:id="@+id/progressBar2"
195            style="?android:attr/progressBarStyleHorizontal"
196            android:layout_width="match_parent"
197            android:layout_height="wrap_content" />
198
199        <EditText
200            android:id="@+id/editText"
201            android:layout_width="match_parent"
202            android:layout_height="wrap_content"
203            android:ems="10"
204            android:inputType="date" />
205
206        <CheckedTextView
207            android:id="@+id/checkedTextView"
208            android:layout_width="match_parent"
209            android:layout_height="wrap_content"
210            android:text="CheckedTextView" />
211
212        <SeekBar
213            android:id="@+id/seekBar"
214            android:layout_width="match_parent"
215            android:layout_height="wrap_content" />
216
217        <ToggleButton
218            android:id="@+id/toggleButton6"
219            android:layout_width="match_parent"
220            android:layout_height="wrap_content"
221            android:text="ToggleButton" />
222
223        <ToggleButton
224            android:id="@+id/toggleButton7"
225            android:layout_width="match_parent"
226            android:layout_height="wrap_content"
227            android:text="ToggleButton" />
228
229    </LinearLayout>
230</LinearLayout>
231