|
|
@ -19,21 +19,53 @@
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
android:shadowColor="@null"
|
|
|
|
android:shadowColor="@null"
|
|
|
|
android:text="向前"
|
|
|
|
android:text="初始化"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" />
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/back"
|
|
|
|
android:id="@+id/tr1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
android:shadowColor="@null"
|
|
|
|
android:shadowColor="@null"
|
|
|
|
android:text="向后"
|
|
|
|
android:text="正转"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/foward" />
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/foward" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/tr2"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
|
|
|
|
android:shadowColor="@null"
|
|
|
|
|
|
|
|
android:text="反转"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tr1" />
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/tr3"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
|
|
|
|
android:shadowColor="@null"
|
|
|
|
|
|
|
|
android:text="停止"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tr2" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/close"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
|
|
|
|
android:shadowColor="@null"
|
|
|
|
|
|
|
|
android:text="关闭"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tr3" />
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/image_capture_button"
|
|
|
|
android:id="@+id/image_capture_button"
|
|
|
|
android:layout_width="50dp"
|
|
|
|
android:layout_width="50dp"
|
|
|
|