|
|
|
@@ -129,7 +129,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView1"
|
|
|
|
android:id="@+id/arrowDiameterLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -137,7 +137,7 @@ |
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText1"
|
|
|
|
android:id="@+id/arrowDiameterTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -159,7 +159,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView2"
|
|
|
|
android:id="@+id/arrowCwLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -167,7 +167,7 @@ |
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText2"
|
|
|
|
android:id="@+id/arrowCwTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -189,15 +189,15 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView3"
|
|
|
|
android:id="@+id/arrowWeightLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowV0Lbl"
|
|
|
|
android:text="@string/arrowWeightLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText3"
|
|
|
|
android:id="@+id/arrowWeightTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -209,7 +209,6 @@ |
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
@@ -220,7 +219,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView4"
|
|
|
|
android:id="@+id/bowPulloutLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -228,7 +227,7 @@ |
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText4"
|
|
|
|
android:id="@+id/bowPulloutTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -251,15 +250,15 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView5"
|
|
|
|
android:id="@+id/arrowV0Lbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowWeightLbl"
|
|
|
|
android:text="@string/arrowV0Lbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText5"
|
|
|
|
android:id="@+id/arrowV0TxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -271,9 +270,92 @@ |
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableRow6"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/atmosphericalParams"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@color/yellow"
|
|
|
|
android:paddingBottom="3dip"
|
|
|
|
android:paddingLeft="3dip"
|
|
|
|
android:paddingTop="3dip"
|
|
|
|
android:text="@string/titleAtmosphericalParams"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
android:textStyle="bold" >
|
|
|
|
|
|
|
|
</TextView>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableRow7"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/airTemperatureLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/airTemperatureLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/airTemperatureTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableRow7"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/airRelativeHumidityLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/airRelativeHumidityLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/airRelativeHumidityTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
|