|
|
|
@@ -1,13 +1,86 @@ |
|
|
|
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res/ch.spherIC.recurvebowsight"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@drawable/bg" >
|
|
|
|
android:background="@drawable/bg"
|
|
|
|
android:gravity="center" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/views"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XTextView
|
|
|
|
android:id="@+id/viewParams"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="1dp"
|
|
|
|
android:layout_marginRight="1dp"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/glassbg_black"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="1dip"
|
|
|
|
android:paddingLeft="3dip"
|
|
|
|
android:paddingTop="1dip"
|
|
|
|
android:text="@string/viewParams"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:drawBorder="true"
|
|
|
|
app:drawBorderColor="@color/white"
|
|
|
|
app:drawBorderWidth="3dp" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XTextView
|
|
|
|
android:id="@+id/viewResults"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="1dp"
|
|
|
|
android:layout_marginRight="1dp"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/glassbg_black"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="1dip"
|
|
|
|
android:paddingLeft="3dip"
|
|
|
|
android:paddingTop="1dip"
|
|
|
|
android:text="@string/viewResults"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textStyle="normal|bold"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:drawBorder="true"
|
|
|
|
app:drawBorderColor="@color/white"
|
|
|
|
app:drawBorderWidth="3dp" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XTextView
|
|
|
|
android:id="@+id/viewSight"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="1dp"
|
|
|
|
android:layout_marginRight="1dp"
|
|
|
|
android:layout_marginTop="2dip"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/glassbg_black"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="1dip"
|
|
|
|
android:paddingLeft="3dip"
|
|
|
|
android:paddingTop="1dip"
|
|
|
|
android:text="@string/viewSight"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:drawBorder="true"
|
|
|
|
app:drawBorderColor="@color/white"
|
|
|
|
app:drawBorderWidth="3dp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<ViewFlipper
|
|
|
|
android:id="@+id/viewFlipper"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_below="@id/views"
|
|
|
|
android:scrollbarAlwaysDrawVerticalTrack="false" >
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
@@ -15,6 +88,7 @@ |
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
|
|
|
|
|
|
|
<TableLayout
|
|
|
|
android:id="@+id/inputParams"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@@ -24,259 +98,49 @@ |
|
|
|
android:scrollbars="vertical" >
|
|
|
|
|
|
|
|
<requestFocus />
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/TableRow13"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView13"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText13"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow12"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView12"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText12"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow11"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView11"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText11"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow10"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView10"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText10"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow09"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView09"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText09"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow08"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView08"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText08"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow07"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView07"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText07"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow06"
|
|
|
|
android:id="@+id/tableRow0"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView06"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText06"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/bowAndArrowParams"
|
|
|
|
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/titleBowAndArrowParams"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
android:textStyle="bold" >
|
|
|
|
</TextView>
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/TableRow05"
|
|
|
|
android:id="@+id/tableRow1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView05"
|
|
|
|
android:id="@+id/textView1"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowDiameterLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText05"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:id="@+id/editText1"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
@@ -284,58 +148,29 @@ |
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/TableRow04"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView04"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText04"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow03"
|
|
|
|
android:id="@+id/tableRow2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView03"
|
|
|
|
android:id="@+id/textView2"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowCwLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText03"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:id="@+id/editText2"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
@@ -343,59 +178,30 @@ |
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/TableRow02"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView02"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText02"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/TableRow01"
|
|
|
|
android:id="@+id/tableRow3"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView01"
|
|
|
|
android:id="@+id/textView3"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowV0Lbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText01"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:id="@+id/editText3"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
@@ -403,40 +209,74 @@ |
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableRow1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableRow4"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView4"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/bowPulloutLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText4"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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/tableRow5"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView5"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/arrowWeightLbl"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/editText5"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
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>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView1"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="@string/hello_world"
|
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/EditText1"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
android:ems="10"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"
|
|
|
|
android:text="22"
|
|
|
|
android:textSize="18sp" />
|
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
@@ -474,6 +314,7 @@ |
|
|
|
android:text="62"
|
|
|
|
android:textSize="18dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</ViewFlipper>
|
|
|
|
|
|
|
|
</RelativeLayout> |