73 lines
2.6 KiB
XML
73 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_above="@+id/custom_keypad"
|
|
layout_below="@+id/toolbar">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/enter_otp_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="@dimen/2131166465"
|
|
text="@string/otp_input_message"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/ref_code"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017851"/>
|
|
<com.scb.phone.view.custom.login.CustomPinTextInput
|
|
id="@+id/custom_pin_input"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
textSize="16sp"
|
|
textColor="#f15353"
|
|
ellipsize="end"
|
|
gravity="center_horizontal"
|
|
id="@+id/text_error_message"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="-12dp"
|
|
lines="2"
|
|
style="@style/2132017985"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
orientation="horizontal"
|
|
id="@+id/text_re_send_sms_linear_layout"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="@dimen/2131166466"
|
|
layout_marginBottom="16dp">
|
|
<TextView
|
|
textColor="#959199"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/didnt_receive_message"
|
|
layout_marginEnd="10dp"
|
|
style="@style/2132017925"/>
|
|
<TextView
|
|
id="@+id/tv_resend"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/re_send_message"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.login.CustomKeypad
|
|
id="@+id/custom_keypad"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true"/>
|
|
</RelativeLayout>
|