|
@@ -173,28 +173,6 @@
|
|
|
</RadioGroup>
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/bt_tcpstart"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:text="TCP启动"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.535"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.196" />
|
|
|
-
|
|
|
<Button
|
|
|
android:id="@+id/readtext"
|
|
|
android:layout_width="match_parent"
|
|
@@ -241,121 +219,6 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintVertical_bias="0.376" />
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/DataAnalysis"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:onClick="DataAnalysis"
|
|
|
- android:text="@string/dataanalysis"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/NoiseAnalysis"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:onClick="NoiseAnalysis"
|
|
|
- android:text="@string/noiseanalysis"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/DemoTools"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:onClick="DemoTools"
|
|
|
- android:text="@string/demotools"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/IICOperation"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:onClick="IICOperation"
|
|
|
- android:text="@string/ramoperation"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/TestOperation"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:onClick="TestOperation"
|
|
|
- android:text="@string/testoperation"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
<Button
|
|
|
android:id="@+id/ContactUs"
|
|
|
android:layout_width="match_parent"
|
|
@@ -379,28 +242,6 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintVertical_bias="0.376" />
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/UpgradeMode"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginBottom="0dp"
|
|
|
- android:background="@drawable/bg_mainactivity_buttonframe_line"
|
|
|
- android:text="@string/upgrademode"
|
|
|
- android:textColor="#FFFFf0"
|
|
|
- android:textAllCaps="false"
|
|
|
- android:textSize="30dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.515"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.376" />
|
|
|
-
|
|
|
<Button
|
|
|
android:id="@+id/Exit"
|
|
|
android:layout_width="match_parent"
|