main
Matthew 7 months ago
parent 647194b0da
commit 170d99159e

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

Loading…
Cancel
Save