|
|
|
@@ -88,6 +88,285 @@ |
|
|
|
android:layout_below="@id/views"
|
|
|
|
android:scrollbarAlwaysDrawVerticalTrack="false" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/sightConfig"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TableLayout
|
|
|
|
android:id="@+id/sightConfigTbl"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="fill_vertical|fill_horizontal"
|
|
|
|
android:scrollbarStyle="insideOverlay"
|
|
|
|
android:scrollbars="vertical" >
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow0"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/sightConfigTitle"
|
|
|
|
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/titleSightConfig"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
android:textStyle="bold"
|
|
|
|
app:font="@string/TitilliumWeb_Bold" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scRiserLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scRiserLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XSpinner
|
|
|
|
android:id="@+id/scRiserTxtFld"
|
|
|
|
style="@style/GlassSpinner"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"/>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scVvisHLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scVvisHLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/scVvisHTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
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"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow3"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scVvisVLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scVvisVLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/scVvisVTxtFld"
|
|
|
|
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"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow4"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scSightLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scSightLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XSpinner
|
|
|
|
android:id="@+id/scSightSpinner"
|
|
|
|
style="@style/GlassSpinner"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"/>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow5"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scHeVSLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scHeVSLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.XSpinner
|
|
|
|
android:id="@+id/scHeVSTxtFld"
|
|
|
|
style="@style/GlassSpinner"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:paddingBottom="9dp"
|
|
|
|
android:paddingTop="9dp"/>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow7"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scaVLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scaVLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/scaVTxtFld"
|
|
|
|
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"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow8"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scVertSkalaMiddleLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scVertScaleRngLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/scVertSkalaMiddleTxtFld"
|
|
|
|
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"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:id="@+id/tableSCRow9"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/scVertSkalaMiddleLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:text="@string/scVertSkalaMiddleLbl"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/scVertSkalaMiddleTxtFld"
|
|
|
|
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"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
android:id="@+id/scrollView1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@@ -135,7 +414,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/arrowDiameterLbl"
|
|
|
|
android:id="@+id/scRiserLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -144,7 +423,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/arrowDiameterTxtFld"
|
|
|
|
android:id="@+id/scRiserTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -168,7 +447,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/arrowCwLbl"
|
|
|
|
android:id="@+id/scVvisHLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -177,7 +456,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/arrowCwTxtFld"
|
|
|
|
android:id="@+id/scVvisHTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -200,7 +479,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/arrowWeightLbl"
|
|
|
|
android:id="@+id/scVvisVLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -209,7 +488,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/arrowWeightTxtFld"
|
|
|
|
android:id="@+id/scVvisVTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -232,7 +511,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/bowPulloutLbl"
|
|
|
|
android:id="@+id/scSightLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -241,7 +520,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/bowPulloutTxtFld"
|
|
|
|
android:id="@+id/scSightTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -265,7 +544,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/arrowV0Lbl"
|
|
|
|
android:id="@+id/scHeVSLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -274,7 +553,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/arrowV0TxtFld"
|
|
|
|
android:id="@+id/scHeVSTxtFld"
|
|
|
|
android:layout_width="100dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
@@ -320,7 +599,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/airTemperatureLbl"
|
|
|
|
android:id="@+id/scaVLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -329,7 +608,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/airTemperatureTxtFld"
|
|
|
|
android:id="@+id/scaVTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -352,7 +631,7 @@ |
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
|
android:id="@+id/airRelativeHumidityLbl"
|
|
|
|
android:id="@+id/scVertSkalaMiddleLbl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
@@ -361,7 +640,7 @@ |
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/airRelativeHumidityTxtFld"
|
|
|
|
android:id="@+id/scVertSkalaMiddleTxtFld"
|
|
|
|
android:layout_width="150dp"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
@@ -518,8 +797,6 @@ |
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -545,22 +822,6 @@ |
|
|
|
</ListView>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/sightConfig"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
|
android:id="@+id/editText11"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
android:text="62"
|
|
|
|
android:textSize="18sp"
|
|
|
|
app:txtFont="@string/TitilliumWeb_Regular" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</ViewFlipper>
|
|
|
|
|
|
|
|
</RelativeLayout> |