endian11
2019-09-09 8ee04ba82a1455ac08bb2e6a729bdc7ebbe6c4da
app/src/main/res/layout/layout_take_photo.xml
@@ -2,12 +2,15 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <safeluck.drive.evaluation.customview.AutoFitTextureView
        android:id="@+id/texture"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentStart="true"
        android:layout_alignParentTop="true" />
        <safeluck.drive.evaluation.customview.AutoFitTextureView
            android:id="@+id/texture"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentStart="true"
            android:layout_alignParentTop="true" />
    <FrameLayout
        android:id="@+id/control"
@@ -22,7 +25,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:text="照片" />
            android:text="拍照" />
        <ImageButton
            android:id="@+id/info"