|
|
|
@ -12,17 +12,28 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<!-- <Button-->
|
|
|
|
|
<!-- android:id="@+id/image_capture_button"-->
|
|
|
|
|
<!-- android:layout_width="110dp"-->
|
|
|
|
|
<!-- android:layout_height="110dp"-->
|
|
|
|
|
<!-- android:layout_marginEnd="50dp"-->
|
|
|
|
|
<!-- android:layout_marginBottom="50dp"-->
|
|
|
|
|
<!-- android:elevation="2dp"-->
|
|
|
|
|
<!-- android:text="拍照"-->
|
|
|
|
|
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintEnd_toStartOf="@id/vertical_centerline"-->
|
|
|
|
|
<!-- app:layout_constraintLeft_toLeftOf="parent" />-->
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/foward"
|
|
|
|
|
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_toLeftOf="parent" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/back"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
|
android:layout_marginBottom="40dp"
|
|
|
|
|
android:shadowColor="@null"
|
|
|
|
|
android:text="向后"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/image_capture_button"
|
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/foward" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/image_capture_button"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
@ -35,7 +46,6 @@
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
|
android:id="@+id/vertical_centerline"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|