Browse Source

ces

master
fyf 1 year ago
parent
commit
233eb2fba3
2 changed files with 41 additions and 42 deletions
  1. +39
    -40
      app/src/main/res/layout/from/layout/fragment_lcparameter.xml
  2. +2
    -2
      app/src/main/res/layout/from/layout/fragment_system_set.xml

+ 39
- 40
app/src/main/res/layout/from/layout/fragment_lcparameter.xml View File

@@ -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>

+ 2
- 2
app/src/main/res/layout/from/layout/fragment_system_set.xml View File

@@ -11,7 +11,7 @@
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:layout_marginRight="5dp"
android:background="@drawable/lcbg_border"
android:background="@mipmap/bgbtbj"
>
<Button
android:id="@+id/stparameter"
@@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:background="@drawable/lcbg_border">
android:background="@mipmap/bgbtbj">
<FrameLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"


Loading…
Cancel
Save