| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- <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="match_parent"
- android:background="@drawable/bg"
- android:gravity="center" >
-
- <ScrollView
- android:id="@+id/riserCfgScrollView"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <LinearLayout
- android:id="@+id/riserConfig"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/riserConfigTitle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:background="@color/yellow"
- android:paddingBottom="3dp"
- android:paddingLeft="6dp"
- android:paddingTop="3dp"
- android:text="@string/rcTitleRiserConfig"
- android:textColor="@color/black"
- android:textStyle="bold"
- app:font="@string/TitilliumWeb_Bold" />
-
- <TableLayout
- android:id="@+id/riserConfigTbl"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="fill_vertical|fill_horizontal"
- android:scrollbarStyle="insideOverlay"
- android:scrollbars="vertical" >
-
- <TableRow
- android:id="@+id/tableSCRow1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcRiserLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|center_vertical"
- android:gravity="right"
- android:text="@string/rcRiserLbl"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.RiserSpinner
- android:id="@+id/rcRiserSpinner"
- style="@style/GlassSpinner"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="1"
- android:gravity="center_vertical"
- android:paddingBottom="9dp"
- android:paddingTop="9dp" />
-
- </TableRow>
-
- <TableRow
- android:id="@+id/tableSCRow2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcManufacturerLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|center_vertical"
- android:gravity="right"
- android:text="@string/rcManufacturerLbl"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.FontEditText
- android:id="@+id/rcManufacturerTxtFld"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="1"
- android:ems="10"
- android:gravity="center_vertical"
- android:inputType="text"
- android:paddingBottom="9dp"
- android:paddingTop="9dp"
- android:textSize="18sp"
- app:txtFont="@string/TitilliumWeb_Regular" />
-
- </TableRow>
-
- <TableRow
- android:id="@+id/tableSCRow3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcModelLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|center_vertical"
- android:gravity="right"
- android:text="@string/rcModel"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.FontEditText
- android:id="@+id/rcModelTxtFld"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="2"
- android:ems="10"
- android:gravity="center_vertical"
- android:inputType="text"
- android:paddingBottom="9dp"
- android:paddingTop="9dp"
- android:textSize="18sp"
- app:txtFont="@string/TitilliumWeb_Regular" />
-
- </TableRow>
-
- <TableRow
- android:id="@+id/tableSCRow4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcSizeLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|center_vertical"
- android:gravity="right"
- android:text="@string/rcSizeLbl"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.FontEditText
- android:id="@+id/rcSizeTxtFld"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="1"
- android:background="@android:drawable/edit_text"
- android:ems="10"
- android:gravity="center_vertical"
- android:inputType="numberDecimal"
- android:paddingBottom="9dp"
- android:paddingTop="9dp"
- android:textSize="18sp"
- app:txtFont="@string/TitilliumWeb_Regular" />
- </TableRow>
-
- <TableRow
- android:id="@+id/tableSCRow5"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcVvisHLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:gravity="right"
- android:text="@string/rcVvisHLbl"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.FontEditText
- android:id="@+id/rcVvisHTxtFld"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="1"
- android:ems="10"
- android:gravity="center_vertical"
- android:inputType="numberDecimal"
- android:paddingBottom="9dp"
- android:paddingTop="9dp"
- android:textAppearance="?android:attr/textAppearanceMediumInverse"
- app:txtFont="@string/TitilliumWeb_Regular" />
-
- </TableRow>
-
- <TableRow
- android:id="@+id/tableSCRow6"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="4dp"
- android:paddingLeft="8dp" >
-
- <ch.spherIC.recurvebowsight.components.FontTextView
- android:id="@+id/rcVvisVLbl"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|center_vertical"
- android:gravity="right"
- android:text="@string/rcVvisVLbl"
- android:textColor="@color/black"
- app:font="@string/TitilliumWeb_Regular" />
-
- <ch.spherIC.recurvebowsight.components.FontEditText
- android:id="@+id/rcVvisVTxtFld"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginLeft="4dp"
- android:layout_weight="1"
- android:ems="10"
- android:gravity="center_vertical"
- android:inputType="numberDecimal"
- android:paddingBottom="9dp"
- android:paddingTop="9dp"
- android:textAppearance="?android:attr/textAppearanceMediumInverse"
- app:txtFont="@string/TitilliumWeb_Regular" />
-
- </TableRow>
- </TableLayout>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="8dp"
- android:orientation="horizontal"
- android:paddingTop="10dp" >
-
- <Button
- android:id="@+id/rcBtnNew"
- style="@style/GlassButton"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:text="@string/caption_New" />
-
- <Button
- android:id="@+id/rcBtnSave"
- style="@style/GlassButton"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_marginRight="8dp"
- android:layout_weight="1"
- android:text="@string/caption_Save" />
-
- <Button
- android:id="@+id/rcBtnDelete"
- style="@style/GlassButton"
- android:layout_width="wrap_content"
- android:layout_height="40dp"
- android:layout_weight="1"
- android:text="@string/caption_Delete" />
-
- </LinearLayout>
-
- </LinearLayout>
- </ScrollView></RelativeLayout>
|