blob: e4d4a9b61c29f7cf9f4a871ca4e17c733b8c5cf6 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<RadioButton
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
<RadioButton
android:id="@+id/button2"
android:layout_width="wrap_content"
android:text="Button" />
<EditText
android:id="@+id/edittext"
android:layout_height="wrap_content"
android:text="EditText" />
<EditText
android:id="@+id/edittext2"
android:text="EditText" />
</LinearLayout>