60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/toolbar">
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/header_text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/verify_identity_header"
|
|
style="@style/2132017851"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/card_info_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/header_text">
|
|
<com.scb.phone.view.custom.common.CustomCardInformationInput
|
|
id="@+id/card_no_input"
|
|
paddingBottom="20dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"/>
|
|
<com.scb.phone.view.custom.common.CustomATMInput
|
|
id="@+id/pin"
|
|
paddingBottom="24dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|
|
<Button
|
|
gravity="center"
|
|
id="@+id/button"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/verify_identity_confirm"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|