51 lines
1.7 KiB
XML
51 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/rootView"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<FrameLayout
|
|
id="@+id/fl_texture"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerHorizontal="true"
|
|
layout_centerVertical="true">
|
|
<TextureView
|
|
layout_gravity="center"
|
|
id="@+id/textureView"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<SurfaceView
|
|
layout_gravity="center"
|
|
id="@+id/surfaceView"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<com.scb.phone.view.custom.ndid.OverlayNationalIdFocus
|
|
id="@+id/overlay"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<ImageView
|
|
layout_gravity="center"
|
|
id="@+id/iv_capture"
|
|
layout_width="60dp"
|
|
layout_height="60dp"
|
|
layout_margin="32dp"
|
|
src="@drawable/ic_capture"/>
|
|
</FrameLayout>
|
|
<ImageView
|
|
id="@+id/iv_arrow_back"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
src="@drawable/ic_arrow_back_white_24dp"
|
|
layout_alignParentTop="true"/>
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ndid_idp_camera_description"
|
|
layout_alignParentTop="true"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017899"/>
|
|
</RelativeLayout>
|