|
|
@@ -261,52 +261,52 @@ |
|
|
|
android:layout_marginRight="40dp" |
|
|
|
android:textColor="@color/white"/> |
|
|
|
</TableRow> |
|
|
|
</TableLayout> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<Button |
|
|
|
android:id="@+id/StartButton" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:layout_marginBottom="5dp" |
|
|
|
android:layout_width="90dp" |
|
|
|
android:layout_height="90dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:background="@drawable/bt_circular" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:text="开始 |
|
|
|
校准" |
|
|
|
android:textSize="16dp"/> |
|
|
|
<TableLayout |
|
|
|
|
|
|
|
<!-- Table6--> |
|
|
|
<TableRow |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
> |
|
|
|
<TableRow |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="5dp"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="5dp"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="校准基准时间:" |
|
|
|
android:layout_weight="2"> |
|
|
|
<Button |
|
|
|
android:id="@+id/StartButton" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:layout_marginBottom="5dp" |
|
|
|
android:layout_width="90dp" |
|
|
|
android:layout_height="90dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:background="@drawable/bt_circular" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textStyle="bold" |
|
|
|
android:gravity="center" |
|
|
|
android:text="开始 |
|
|
|
校准" |
|
|
|
android:textSize="16dp"/> |
|
|
|
</TableRow> |
|
|
|
<TableRow |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</TableRow> |
|
|
|
|
|
|
|
<!-- Table7--> |
|
|
|
<TableRow |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:layout_weight="2"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="5dp"> |
|
|
|
android:text="校准基准时间:" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textStyle="bold" |
|
|
|
android:gravity="center" |
|
|
|
android:textSize="16dp"/> |
|
|
|
<EditText |
|
|
|
android:id="@+id/edi_time" |
|
|
|
android:minWidth="60dp" |
|
|
|
android:minWidth="120dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textColor="@color/white" |
|
|
@@ -319,7 +319,6 @@ |
|
|
|
android:text="保存" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:background="@drawable/btn_button"/> |
|
|
|
</TableRow> |
|
|
|
</TableLayout> |
|
|
|
</RelativeLayout> |
|
|
|
</TableRow> |
|
|
|
</TableLayout> |
|
|
|
</LinearLayout> |