blob: b12d6da966ed695e575dff36604704fb7e817c06 [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:padding="10dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dip"
android:text="@string/welcome"
android:padding="@null"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dip"
android:text="<error>@string/animation_1_instructions</error>"
android:padding="<error>@nul</error>"
/>
<RadioGroup android:layout_width="fill_parent" android:layout_height="wrap_content"/>
<RadioGroup android:checkedButton="1" android:layout_width="fill_parent" android:layout_height="wrap_content">
<requestFocus />
</RadioGroup>
</LinearLayout>