<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2017 Baidu, Inc. All Rights Reserved.
  -->
<com.baidu.ocr.ui.camera.OCRCameraLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:contentView="@+id/display_image_view"
        app:leftDownView="@+id/cancel_button"
        app:rightUpView="@+id/confirm_button">

    <ImageView
            android:id="@+id/display_image_view"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            app:srcCompat="@drawable/bd_ocr_id_card_locator_front"/>

    <ImageView
            android:id="@+id/cancel_button"
            android:layout_width="60dp"
            android:layout_height="40dp"
            android:padding="12dp"
            android:src="@drawable/bd_ocr_cancel"
            android:layout_marginLeft="@dimen/camera_left_margin"
            android:layout_marginStart="@dimen/camera_left_margin"
            android:layout_marginBottom="@dimen/camera_bottom_margin"
    />

    <ImageView
            android:id="@+id/confirm_button"
            android:layout_width="60dp"
            android:layout_height="40dp"
            android:padding="12dp"
            android:src="@drawable/bd_ocr_confirm"
            android:layout_marginRight="@dimen/camera_right_margin"
            android:layout_marginEnd="@dimen/camera_right_margin"
            android:layout_marginTop="@dimen/camera_top_margin"
    />

</com.baidu.ocr.ui.camera.OCRCameraLayout>
