|
|
|
|
|
|
|
|
android:layout_below="@id/views"
|
|
|
android:layout_below="@id/views"
|
|
|
android:scrollbarAlwaysDrawVerticalTrack="false" >
|
|
|
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
|
|
|
<ScrollView
|
|
|
android:id="@+id/scrollView1"
|
|
|
android:id="@+id/scrollView1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/arrowDiameterLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scRiserLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/arrowDiameterTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scRiserTxtFld"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/arrowCwLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVvisHLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/arrowCwTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVvisHTxtFld"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/arrowWeightLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVvisVLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/arrowWeightTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVvisVTxtFld"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/bowPulloutLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scSightLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/bowPulloutTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scSightTxtFld"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/arrowV0Lbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scHeVSLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/arrowV0TxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scHeVSTxtFld"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
android:layout_gravity="fill_horizontal"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/airTemperatureLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scaVLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/airTemperatureTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scaVTxtFld"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
|
|
|
|
|
android:layout_margin="4dp" >
|
|
|
android:layout_margin="4dp" >
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
<ch.spherIC.recurvebowsight.components.FontTextView
|
|
|
android:id="@+id/airRelativeHumidityLbl"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVertSkalaMiddleLbl"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
|
|
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
app:font="@string/TitilliumWeb_Regular" />
|
|
|
|
|
|
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
<ch.spherIC.recurvebowsight.components.FontEditText
|
|
|
android:id="@+id/airRelativeHumidityTxtFld"
|
|
|
|
|
|
|
|
|
android:id="@+id/scVertSkalaMiddleTxtFld"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_height="36dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ListView>
|
|
|
</ListView>
|
|
|
</LinearLayout>
|
|
|
</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>
|
|
|
</ViewFlipper>
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |