231 lines
7.4 KiB
XML
231 lines
7.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".MainActivity" >
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_weight="0.5"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<CheckBox
|
|
android:id="@+id/checkBox5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckBox" />
|
|
|
|
<EditText
|
|
android:id="@+id/myEditText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="EditText" />
|
|
|
|
<EditText
|
|
android:id="@+id/myEditText2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="EditText" />
|
|
|
|
<Button
|
|
android:id="@+id/myButton"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<Button
|
|
android:id="@+id/myButton2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressBar"
|
|
style="?android:attr/progressBarStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<CheckBox
|
|
android:id="@+id/checkBox2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckBox" />
|
|
|
|
<RadioButton
|
|
android:id="@+id/radioButton"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="RadioButton" />
|
|
|
|
<CheckedTextView
|
|
android:id="@+id/checkedTextView2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckedTextView" />
|
|
|
|
<TextView
|
|
android:id="@+id/textView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="TextView" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<Switch
|
|
android:id="@+id/switch1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Switch" />
|
|
|
|
<CheckBox
|
|
android:id="@+id/checkBox3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckBox" />
|
|
|
|
<CheckBox
|
|
android:id="@+id/checkBox4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckBox" />
|
|
|
|
<EditText
|
|
android:id="@+id/editText2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ems="10"
|
|
android:inputType="textPassword" />
|
|
|
|
<RadioButton
|
|
android:id="@+id/radioButton2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="RadioButton" />
|
|
|
|
<EditText
|
|
android:id="@+id/editText3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ems="10"
|
|
android:inputType="numberDecimal" />
|
|
|
|
<SearchView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
</SearchView>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_weight="0.5"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<Button
|
|
android:id="@+id/myButton3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<Button
|
|
android:id="@+id/myButton4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<Button
|
|
android:id="@+id/button14"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<EditText
|
|
android:id="@+id/myEditText3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="EditText" />
|
|
|
|
<Button
|
|
android:id="@+id/button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Button" />
|
|
|
|
<EditText
|
|
android:id="@+id/myEditText4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="EditText" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressBar2"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<EditText
|
|
android:id="@+id/editText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ems="10"
|
|
android:inputType="date" />
|
|
|
|
<CheckedTextView
|
|
android:id="@+id/checkedTextView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="CheckedTextView" />
|
|
|
|
<SeekBar
|
|
android:id="@+id/seekBar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/toggleButton7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="ToggleButton" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|