blob: 734c01197d87ebf83ee36b39f0bb454484904c66 [file] [log] [blame]
<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>