| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" |
| android:layout_height="wrap_content"> |
| <Button android:id="@android:id/text1" android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
| <Button android:id="@id/idd1" android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
| <Button android:id="@+id/newId" android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
| <RadioGroup android:checkedButton="@+id/lunch" android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
| <RadioGroup android:checkedButton="@id/lunch" android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
| </LinearLayout> |