| @@ -0,0 +1,265 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/scrollView1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_gravity="left|top" > | ||
|
|
||
| <GridLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:layout_width="697dp" | ||
| android:layout_height="wrap_content" | ||
| android:columnCount="7" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView1" | ||
| android:layout_width="272dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="center|top" | ||
| android:layout_row="1" | ||
| android:text="612. Foods (in groups) eaten by the child in the last seven days" /> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="90dp" | ||
| android:layout_height="wrap_content" | ||
| android:layout_column="2" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="14" | ||
| android:layout_weight="2" | ||
| android:text="Clear" /> | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_column="1" | ||
| android:layout_gravity="right|top" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_row="14" | ||
| android:layout_weight="2" | ||
| android:text="Previous" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView1" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="1" | ||
| android:text="Days" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/day3" | ||
| android:layout_width="56dp" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="6" | ||
| android:ems="10" | ||
| android:inputType="number" | ||
| android:maxLength="1" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/day4" | ||
| android:layout_width="64dp" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="8" | ||
| android:ems="10" | ||
| android:inputType="number" | ||
| android:maxLength="1" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner4" | ||
| android:layout_width="101dp" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center" | ||
| android:layout_row="8" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner3" | ||
| android:layout_width="101dp" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="6" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner2" | ||
| android:layout_width="101dp" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="5" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner1" | ||
| android:layout_width="101dp" | ||
| android:layout_height="wrap_content" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center" | ||
| android:layout_row="2" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/day61" | ||
| android:layout_width="64dp" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="12" | ||
| android:ems="10" | ||
| android:inputType="number" | ||
| android:maxLength="1" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk6" | ||
| android:layout_width="270dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="12" | ||
| android:text="6. Any other [Lipid-based nutrient supplement (LNS)]?" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk4" | ||
| android:layout_width="270dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="8" | ||
| android:text="4. Foods to which you added pushtikona/ monimix/ other [a powder or micronutrient sprinkles available in the market]?" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk3" | ||
| android:layout_width="274dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="6" | ||
| android:text="3. Other baby cereal such as Cerelac or other?" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk2" | ||
| android:layout_width="277dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="5" | ||
| android:text="2. Porridge or other food made with corn/ vutta, of the type bought in stores?" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk1" | ||
| android:layout_width="272dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_marginTop="20dp" | ||
| android:layout_row="2" | ||
| android:text="1. Infant formula such as Lactogen or NAN or Biomeal, My Boy, or others?" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner6" | ||
| android:layout_width="101dp" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="12" | ||
| android:layout_weight="1" /> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|top" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_row="14" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/day2" | ||
| android:layout_width="43dp" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="5" | ||
| android:ems="10" | ||
| android:inputType="number" | ||
| android:maxLength="1" > | ||
|
|
||
|
|
||
| </EditText> | ||
|
|
||
| <EditText | ||
| android:id="@+id/day1" | ||
| android:layout_width="46dp" | ||
| android:layout_column="5" | ||
| android:layout_gravity="left|center_vertical" | ||
| android:layout_row="2" | ||
| android:ems="10" | ||
| android:inputType="number" | ||
| android:maxLength="1" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/et1" | ||
| android:layout_column="2" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="3" | ||
| android:ems="10" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/et3" | ||
| android:layout_column="2" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="7" | ||
| android:ems="10" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/et4" | ||
| android:layout_column="2" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="9" | ||
| android:ems="10" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/et6" | ||
| android:layout_column="2" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="13" | ||
| android:ems="10" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk5" | ||
| android:layout_width="245dp" | ||
| android:layout_column="1" | ||
| android:layout_gravity="left|top" | ||
| android:layout_row="10" | ||
| android:text="5. Do not ask this question if this household is from a control or WASH arm, just enter 88. Shonamoni you received from us?" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spinner5" | ||
| android:layout_width="97dp" | ||
| android:layout_column="2" | ||
| android:layout_gravity="center" | ||
| android:layout_row="10" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/checkBox1" | ||
| android:layout_column="1" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="3" | ||
| android:text="Other" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/checkBox2" | ||
| android:layout_column="1" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="7" | ||
| android:text="Other" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/checkBox3" | ||
| android:layout_column="1" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="9" | ||
| android:text="Other" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/checkBox4" | ||
| android:layout_column="1" | ||
| android:layout_gravity="center_horizontal|top" | ||
| android:layout_row="13" | ||
| android:text="Other" /> | ||
|
|
||
| </GridLayout> | ||
|
|
||
| </ScrollView> |
| @@ -0,0 +1,171 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/ln" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="365dp" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="akdals" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:text="Hospital Name" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/txtHospitalName" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" android:enabled="false"> | ||
| </EditText> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="Department" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spdept" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" > | ||
| </Spinner> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="Unit" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spunit" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" > | ||
| </Spinner> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="Surveillance" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/spsur" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" > | ||
| </Spinner> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="SEIB ID:" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/txtSEIBID" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" > | ||
| </EditText> | ||
|
|
||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="Date" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/etdate" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" android:enabled="false"> | ||
| </EditText> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:paddingTop="20dip" | ||
| android:text="Time" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/ettime" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:ems="10" android:enabled="false"> | ||
| </EditText> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,45 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
|
|
||
| <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1"> | ||
|
|
||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_weight="1"> | ||
| <LinearLayout android:focusable="true" | ||
| android:focusableInTouchMode="true" android:layout_width="0px" | ||
| android:layout_height="0px" /> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/qqq" android:layout_width="fill_parent" android:gravity="center" android:text="akdals" android:layout_marginBottom="20dip"></TextView> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:id="@+id/checkBoxHolder"> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:id="@+id/LinearLayout1"> | ||
| <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" android:id="@+id/lbl1st" android:textStyle="bold"></TextView> | ||
| <Spinner android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1" android:id="@+id/spinner1st"></Spinner> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:id="@+id/LinearLayout2"> | ||
| <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" android:id="@+id/lbl2nd" android:textStyle="bold"></TextView> | ||
| <Spinner android:layout_weight="1" android:layout_height="wrap_content" android:id="@+id/spinner2nd" android:layout_width="fill_parent"></Spinner> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:id="@+id/LinearLayout3"> | ||
| <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" android:id="@+id/lbl3rd" android:textStyle="bold"></TextView> | ||
| <Spinner android:layout_weight="1" android:layout_height="wrap_content" android:id="@+id/spinner3rd" android:layout_width="fill_parent"></Spinner> | ||
| </LinearLayout> | ||
|
|
||
|
|
||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
| <LinearLayout android:layout_marginBottom="10dip" android:layout_width="match_parent" android:id="@+id/linearLayout2" android:orientation="horizontal" android:weightSum="1" android:layout_height="30dp" android:layout_weight="0.03"> | ||
| <Button android:id="@+id/btnNote" android:text="Add Note" android:layout_width="match_parent" android:layout_weight="0.96" android:layout_height="match_parent"></Button> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout10" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/prevButton" android:text="Previous"></Button> | ||
| <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="2" android:text="Clear" android:id="@+id/clButton"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save & Next" android:id="@+id/saveNxtButton"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> |
| @@ -0,0 +1,203 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="heading" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/checkBoxHolder" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical"> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lbl1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="lbl1" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <RadioGroup | ||
| android:id="@+id/radioGroupRb" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Rb1" /> | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Rb2" /> | ||
| </RadioGroup> | ||
|
|
||
| <!-- <EditText | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| /> --> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 1" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 2" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 3" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk4" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 4" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
| <!-- <TextView | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="How deep was the Wound?(cm)" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
| <EditText | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| /> --> | ||
|
|
||
|
|
||
|
|
||
| <!-- <TextView | ||
| android:id="@+id/lbl1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Did you have trouble stopping the Bleeding?" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
| <RadioGroup | ||
| android:id="@+id/radioGroupDS17" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
| <RadioButton | ||
| android:id="@+id/radio0" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 3" /> | ||
| <RadioButton | ||
| android:id="@+id/radio1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:checked="true" | ||
| android:text="Option 4" /> | ||
| </RadioGroup> --> | ||
|
|
||
|
|
||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="50dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:text="Add Note" > | ||
| </Button> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,196 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="heading" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/checkBoxHolder" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblSubQuestion" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Exposure ?" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <RadioGroup | ||
| android:id="@+id/radioGroup1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 1" /> | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 2" /> | ||
| </RadioGroup> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblother" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Other" android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/txtOther" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 1" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 2" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
|
|
||
| <TextView | ||
| android:id="@+id/lbldeep" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="How deep was the Wound?(cm)" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/txtNumber" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:inputType="numberDecimal" | ||
| /> | ||
|
|
||
|
|
||
|
|
||
| <TextView | ||
| android:id="@+id/lblBleeding" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Did you have trouble stopping the Bleeding?" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <RadioGroup | ||
| android:id="@+id/radioGroup2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 3" /> | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb4" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 4" /> | ||
| </RadioGroup> | ||
|
|
||
|
|
||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="50dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:text="Add Note" > | ||
| </Button> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,203 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="heading" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/checkBoxHolder" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical"> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lbl1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="lbl1" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <RadioGroup | ||
| android:id="@+id/radioGroupRb" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Rb1" /> | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/Rb2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Rb2" /> | ||
| </RadioGroup> | ||
|
|
||
| <!-- <EditText | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| /> --> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 1" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 2" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 3" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/chk4" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Check box 4" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
| <!-- <TextView | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="How deep was the Wound?(cm)" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" /> | ||
| <EditText | ||
| android:id="@+id/lbl3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| /> --> | ||
|
|
||
|
|
||
|
|
||
| <!-- <TextView | ||
| android:id="@+id/lbl1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Did you have trouble stopping the Bleeding?" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
| <RadioGroup | ||
| android:id="@+id/radioGroupDS17" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" android:text="Exposure ?" > | ||
| <RadioButton | ||
| android:id="@+id/radio0" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Option 3" /> | ||
| <RadioButton | ||
| android:id="@+id/radio1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:checked="true" | ||
| android:text="Option 4" /> | ||
| </RadioGroup> --> | ||
|
|
||
|
|
||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="50dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:text="Add Note" > | ||
| </Button> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,16 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_weight="1"> | ||
| <EditText android:layout_height="match_parent" android:layout_width="match_parent" android:minLines="8" android:scrollHorizontally="false" android:layout_gravity="top" android:id="@+id/infoText"> | ||
| </EditText> | ||
| </LinearLayout> | ||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout3" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/btnCancel" android:text="Cancel"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save" android:id="@+id/btnSave"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> |
| @@ -0,0 +1,86 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="50dip" | ||
| android:gravity="center" | ||
| android:text="dada" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <EditText | ||
| android:id="@+id/infoText" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:inputType="numberDecimal"> | ||
| </EditText> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="30dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_weight="0.96" | ||
| android:text="@string/addcomment" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,20 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
| <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1"> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/qqq" android:layout_width="fill_parent" android:gravity="center" android:text="akdals" android:layout_marginBottom="20dip"></TextView> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:id="@+id/checkBoxHolder"> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout3" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/prevButton" android:text="Previous"></Button> | ||
| <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="2" android:text="Clear" android:id="@+id/clButton"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save & Next" android:id="@+id/saveNxtButton"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> |
| @@ -0,0 +1,36 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
|
|
||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/qqq" android:layout_width="fill_parent" android:gravity="center" android:text="dada" android:layout_marginBottom="50dip"></TextView> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:id="@+id/LinearLayout112"> | ||
| <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" android:id="@+id/lblNum1e" android:textStyle="bold"></TextView> | ||
| <EditText android:layout_height="wrap_content" android:id="@+id/txtNum1" android:layout_width="fill_parent" android:inputType="number" android:layout_weight="1" ></EditText> | ||
| </LinearLayout> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:id="@+id/LinearLayout113"> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblNum2e" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="TextView" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
| <EditText android:layout_height="wrap_content" android:id="@+id/txtNum2" android:layout_width="fill_parent" android:inputType="number" android:layout_weight="1" ></EditText> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> | ||
| <LinearLayout android:layout_marginBottom="10dip" android:layout_width="match_parent" android:id="@+id/linearLayout2" android:orientation="horizontal" android:weightSum="1" android:layout_height="30dp" android:layout_weight="0.03"> | ||
| <Button android:id="@+id/btnNote" android:text="@string/addcomment" android:layout_width="match_parent" android:layout_weight="0.96" android:layout_height="match_parent"></Button> | ||
| </LinearLayout> | ||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout3" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/prevButton" android:text="Previous"></Button> | ||
| <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="2" android:text="Clear" android:id="@+id/clButton"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save & Next" android:id="@+id/saveNxtButton"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> |
| @@ -0,0 +1,116 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/scrollView1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="50dip" | ||
| android:gravity="center" | ||
| android:text="dada" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <EditText | ||
| android:id="@+id/infoText" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:inputType="numberDecimal" > | ||
| </EditText> | ||
|
|
||
| <RadioGroup | ||
| android:id="@+id/radioGroup1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_gravity="center" > | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/radio1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center" | ||
| android:text="Other (specify)" | ||
| android:textStyle="italic" /> | ||
|
|
||
| <RadioButton | ||
| android:id="@+id/radio2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center" | ||
| android:text="Can’t remember" | ||
| android:textStyle="italic" /> | ||
| </RadioGroup> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="35dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_weight="0.96" | ||
| android:text="Add Note" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
||
| </ScrollView> |
| @@ -0,0 +1,139 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="heading" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Admission Date" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/admissiondate" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" android:hint="Enter admission date"> | ||
| </EditText> | ||
|
|
||
| <CheckBox | ||
| android:id="@+id/checkBox1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Discharged" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Discharge Date" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/dischargedate" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" > | ||
| </EditText> | ||
|
|
||
| <TextView | ||
| android:id="@+id/textView3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Prov. diagnosis" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/sp1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblother" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Others" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/et1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" > | ||
| </EditText> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblsp2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Outcome" | ||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/sp2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" /> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,348 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:id="@+id/rootView" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <ScrollView | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout1" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical" > | ||
|
|
||
| <LinearLayout | ||
| android:layout_width="0px" | ||
| android:layout_height="0px" | ||
| android:focusable="true" | ||
| android:focusableInTouchMode="true" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/qqq" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginBottom="20dip" | ||
| android:gravity="center" | ||
| android:text="akdals" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" > | ||
| </TextView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/checkBoxHolder" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:orientation="vertical" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout111" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/Slno" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Sl No" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/c1" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" > | ||
| </Spinner> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout13" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout112" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Purpose of visit" | ||
| android:textStyle="bold" > | ||
| </TextView> | ||
|
|
||
| <Spinner | ||
| android:id="@+id/c2" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" /> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout113" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout114" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <EditText | ||
| android:id="@+id/etother" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" > | ||
|
|
||
| <requestFocus /> | ||
| </EditText> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Time spent in your household (mention in hours if spent <3nights)" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout1141" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" > | ||
|
|
||
| <EditText | ||
| android:id="@+id/c3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:inputType="number" /> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout1141" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc4" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="Number of nights spent in your household (if spent > 3 nights)" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout1141" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" > | ||
|
|
||
| <EditText | ||
| android:id="@+id/c4" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:inputType="number" /> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout114112" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc5" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="From where he/she/they came" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc5village" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="TextView" /> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout1141" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" > | ||
|
|
||
| <EditText | ||
| android:id="@+id/c5" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:ems="10" > | ||
|
|
||
|
|
||
| </EditText> | ||
|
|
||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout112" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc5_2" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="TextView" /> | ||
|
|
||
| </LinearLayout> | ||
|
|
||
| <EditText | ||
| android:id="@+id/c5_2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc5_3" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:text="TextView" /> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/LinearLayout11245" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" > | ||
|
|
||
| <EditText | ||
| android:id="@+id/c5_3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:ems="10" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc5_4" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:text="TextView" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/c5_4" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:ems="10" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/lblc6" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:text="Distance in km or mile (specify the unit as the respondent mentions)" | ||
| android:textStyle="bold" /> | ||
|
|
||
| <EditText | ||
| android:id="@+id/c6" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:ems="10" /> | ||
| </LinearLayout> | ||
| <!-- | ||
| <LinearLayout | ||
| android:id="@+id/LinearLayout1141" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="horizontal" > | ||
| <TextView | ||
| android:id="@+id/lblAge" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:text="Distance in km or mile (specify the unit as the respondent mentions)" | ||
| android:textStyle="bold" /> | ||
| <EditText | ||
| android:id="@+id/editText1" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="1" | ||
| android:ems="10" /> | ||
| </LinearLayout> | ||
| --> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout2" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="30dp" | ||
| android:layout_marginBottom="10dip" | ||
| android:layout_weight="0.03" | ||
| android:orientation="horizontal" | ||
| android:weightSum="1" > | ||
|
|
||
| <Button | ||
| android:id="@+id/btnNote" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:layout_weight="0.96" | ||
| android:text="Add Note" /> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout | ||
| android:id="@+id/linearLayout3" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center_horizontal" | ||
| android:orientation="horizontal" | ||
| android:weightSum="6" > | ||
|
|
||
| <Button | ||
| android:id="@+id/prevButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginRight="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Previous" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/clButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_weight="2" | ||
| android:text="Clear" > | ||
| </Button> | ||
|
|
||
| <Button | ||
| android:id="@+id/saveNxtButton" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_marginLeft="10dip" | ||
| android:layout_weight="2" | ||
| android:text="Save & Next" > | ||
| </Button> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| @@ -0,0 +1,87 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
| <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1"> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayoutMain" android:orientation="vertical" android:layout_weight="1"> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/qqq" android:layout_width="fill_parent" android:gravity="center" android:text="Heading" android:layout_marginBottom="50dip"></TextView> | ||
| </LinearLayout> | ||
| <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayoutInner" android:orientation="horizontal" android:layout_weight="1"> | ||
|
|
||
| <LinearLayout android:layout_width="150dip" android:layout_height="wrap_content" android:id="@+id/linearLayoutInner" android:orientation="vertical" android:layout_weight="1" android:weightSum="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblhlabel" android:layout_width="fill_parent" android:gravity="center" android:text="" android:layout_marginTop="10dip" android:layout_weight="0.04"> ></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lbla" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="20dip"> ></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblb" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="23dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblc" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="23dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lbld" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="23dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lble" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="23dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblf" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="23dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblg" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="20dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblh" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="20dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lbli" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="20dip"></TextView> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblj" android:layout_width="fill_parent" android:gravity="center" android:text="1st" android:layout_marginBottom="20dip"></TextView> | ||
|
|
||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_width="20dip" android:layout_height="wrap_content" android:id="@+id/linearLayoutR1" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblh" android:layout_width="fill_parent" android:gravity="left" android:text="1st" android:layout_marginTop="10dip" android:layout_weight="0.04"> ></TextView> | ||
| <CheckBox android:text="" android:id="@+id/chka1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip" ></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkb1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkc1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkd1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chke1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkf1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkg1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkh1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chki1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkj1" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
|
|
||
|
|
||
| </LinearLayout> | ||
| <LinearLayout android:layout_width="20dip" android:layout_height="wrap_content" android:id="@+id/linearLayoutR2" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblhh" android:layout_width="fill_parent" android:gravity="left" android:text="2nd" android:layout_marginTop="10dip" android:layout_weight="0.04"> ></TextView> | ||
| <CheckBox android:text="" android:id="@+id/chka2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkb2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkc2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkd2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chke2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkf2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkg2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkh2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chki2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkj2" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
|
|
||
| </LinearLayout> | ||
| <LinearLayout android:layout_width="20dip" android:layout_height="wrap_content" android:id="@+id/linearLayoutR3" android:orientation="vertical" android:layout_weight="1"> | ||
| <TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/lblhhh" android:layout_width="fill_parent" android:gravity="left" android:text="3rd" android:layout_marginTop="10dip" android:layout_weight="0.04"> ></TextView> | ||
| <CheckBox android:text="" android:id="@+id/chka3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkb3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkc3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkd3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chke3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkf3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkg3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkh3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chki3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
| <CheckBox android:text="" android:id="@+id/chkj3" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="21dip"></CheckBox> | ||
|
|
||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
| <LinearLayout android:layout_marginBottom="10dip" android:layout_width="match_parent" android:id="@+id/linearLayout2" android:orientation="horizontal" android:weightSum="1" android:layout_height="30dp" android:layout_weight="0.03"> | ||
| <Button android:id="@+id/btnNote" android:text="Add Note" android:layout_width="match_parent" android:layout_weight="0.96" android:layout_height="match_parent"></Button> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout4" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/prevButton" android:text="Previous"></Button> | ||
| <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="2" android:text="Clear" android:id="@+id/clButton"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save & Next" android:id="@+id/saveNxtButton"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
| @@ -0,0 +1,29 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:id="@+id/rootView"> | ||
| <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1"> | ||
| <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_width="fill_parent"> | ||
| <TextView android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/qqq" android:layout_marginBottom="20dip" android:layout_weight="1" android:layout_width="fill_parent" android:layout_height="fill_parent"></TextView> | ||
|
|
||
| <RadioGroup | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:orientation="vertical" | ||
| android:id="@+id/sigleChoice"> | ||
| </RadioGroup> | ||
| </LinearLayout> | ||
| </ScrollView> | ||
| <LinearLayout android:layout_marginBottom="10dip" android:layout_width="match_parent" android:id="@+id/linearLayout2" android:orientation="horizontal" android:weightSum="1" android:layout_height="30dp" android:layout_weight="0.03"> | ||
| <Button android:id="@+id/btnNote" android:text="@string/addcomment" android:layout_width="match_parent" android:layout_weight="0.96" android:layout_height="match_parent"></Button> | ||
| </LinearLayout> | ||
|
|
||
| <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/linearLayout3" android:orientation="horizontal" android:weightSum="6" android:gravity="center_horizontal"> | ||
| <Button android:layout_weight="2" android:layout_marginRight="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/prevButton" android:text="Previous"></Button> | ||
| <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="2" android:text="Clear" android:id="@+id/clButton"></Button> | ||
| <Button android:layout_weight="2" android:layout_marginLeft="10dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Save & Next" android:id="@+id/saveNxtButton"></Button> | ||
| </LinearLayout> | ||
| </LinearLayout> |