Created
May 25, 2010 04:46
-
-
Save shaobin0604/412768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:orientation="vertical" android:layout_height="wrap_content" | |
| android:layout_width="fill_parent"> | |
| <TextView android:id="@+id/TextView01" android:layout_height="wrap_content" | |
| android:layout_width="wrap_content" android:text="This text view should act as header " /> | |
| <ScrollView android:layout_marginBottom="50dip" android:id="@+id/ScrollView01" | |
| android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1.0"> | |
| <RadioGroup android:id="@+id/RadioGroup01" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content"> | |
| <RadioButton android:id="@+id/RadioButton01" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton02" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| <RadioButton android:id="@+id/RadioButton11" | |
| android:layout_width="wrap_content" android:layout_height="wrap_content" | |
| android:text="Radio Button....." /> | |
| </RadioGroup> | |
| </ScrollView> | |
| <Button android:id="@+id/Button01" android:layout_height="wrap_content" android:layout_marginTop="-50dip" | |
| android:layout_width="fill_parent" android:text="A button that should always be at the bottom" /> | |
| </LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment