+Поля
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
android:background="@drawable/gradient_example"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context=".LocustHealthActivity">
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:orientation="vertical"
|
||||
android:divider="@drawable/spacer_medium"
|
||||
android:showDividers="middle">
|
||||
@ -1850,7 +1851,7 @@
|
||||
android:text="@string/Type_of_assessed_biological_impact"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiTypeImpact"
|
||||
android:id="@+id/spiEffTypeImpact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
@ -1934,7 +1935,7 @@
|
||||
android:text="@string/Control_efficacy_conducted_monitoring_team"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiEffControll"
|
||||
android:id="@+id/spiEffControl2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
@ -1967,7 +1968,7 @@
|
||||
android:text="@string/Type_of_assessed_biological_impact"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiEffImpactType"
|
||||
android:id="@+id/spiEffTypeImpact2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
@ -2159,7 +2160,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiProtectiveClothingClean"
|
||||
android:id="@+id/spiHlthProtectiveClothingClean"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user