what-the-bank/resources/res/layout/2131558695.xml

77 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<com.scb.phone.view.custom.common.CustomViewProgressAnimationFull
layout_gravity="center"
id="@+id/custom_loading"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/rl_ping_an_ui"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<FrameLayout
id="@+id/fl_preview"
layout_width="match_parent"
layout_height="match_parent"/>
<com.scb.phone.view.custom.ndid.OverlayWithCircleFocus
id="@+id/owcf_camera"
background="#d9353239"
layout_width="match_parent"
layout_height="match_parent"/>
<ImageView
id="@+id/arrow_back"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
src="@drawable/ic_arrow_back_white_24dp"
layout_alignParentTop="true"/>
<LinearLayout
gravity="center"
id="@+id/ll_blink"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true">
<TextView
textColor="@android:color/white"
id="@+id/tv_motion_count"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017912"/>
</LinearLayout>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_feedback"
layout_width="match_parent"
layout_height="wrap_content"
lines="2"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017901"/>
<TextView
gravity="center"
id="@+id/tv_instruction"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="24dp"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
style="@style/2132017901"/>
<Button
gravity="center"
id="@+id/btn_start"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="24dp"
text="@string/ndid_liveness_check_start"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>