+Анкета здоровье человека (недоделанная)
This commit is contained in:
@ -1226,7 +1226,7 @@
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvLocSpeciese"
|
||||
android:id="@+id/tvLocSpecies"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Locust_type"
|
||||
@ -1241,7 +1241,7 @@
|
||||
android:textColor="#ff0000" />
|
||||
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiLocSpeciese"
|
||||
android:id="@+id/spiLocSpecies"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
@ -1635,7 +1635,7 @@
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
<!--LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
@ -1654,7 +1654,7 @@
|
||||
android:ems="10"
|
||||
android:inputType="numberDecimal" >
|
||||
</EditText>
|
||||
</LinearLayout>
|
||||
</LinearLayout-->
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -1742,6 +1742,23 @@
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvEffMethod"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Type_of_assessed_biological_impact"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiTypeImpact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llEffectiveness"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@ -1220,7 +1220,7 @@
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvLocSpeciese"
|
||||
android:id="@+id/tvLocSpecies"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Locust_type"
|
||||
@ -1235,7 +1235,7 @@
|
||||
android:textColor="#ff0000" />
|
||||
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiLocSpeciese"
|
||||
android:id="@+id/spiLocSpecies"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
@ -1583,7 +1583,7 @@
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
<!--LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
@ -1602,7 +1602,7 @@
|
||||
android:ems="10"
|
||||
android:inputType="numberDecimal" >
|
||||
</EditText>
|
||||
</LinearLayout>
|
||||
</LinearLayout-->
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user