|
|
@ -48,6 +48,7 @@
|
|
|
|
android:id="@+id/turnOn"
|
|
|
|
android:id="@+id/turnOn"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:text="开电源"
|
|
|
|
android:text="开电源"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnSpi" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnSpi" />
|
|
|
@ -83,7 +84,7 @@
|
|
|
|
android:id="@+id/turnLeft"
|
|
|
|
android:id="@+id/turnLeft"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:text="左"
|
|
|
|
android:text="左"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnOn" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnOn" />
|
|
|
@ -120,7 +121,7 @@
|
|
|
|
android:id="@+id/turnOnWipers"
|
|
|
|
android:id="@+id/turnOnWipers"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
android:text="开雨刮"
|
|
|
|
android:text="开雨刮"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnLeft" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnLeft" />
|
|
|
@ -158,6 +159,7 @@
|
|
|
|
android:hint="转速"
|
|
|
|
android:hint="转速"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnOnWipers">
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/turnOnWipers">
|
|
|
|
</EditText>
|
|
|
|
</EditText>
|
|
|
|