what-the-bank/resources/res/layout-h560dp/2131560090.xml

70 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/view_group_root"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
gravity="center_vertical"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="20sp"
gravity="center"
id="@+id/enter_otp_label"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/otp_input_message"
layout_marginStart="@dimen/2131166464"
layout_marginEnd="@dimen/2131166464"
style="@style/2132017876"/>
<TextView
textSize="20sp"
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"
orientation="vertical"
id="@+id/text_re_send_sms_linear_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="@dimen/2131166464"
layout_marginEnd="@dimen/2131166464">
<TextView
textSize="20sp"
textColor="#959199"
gravity="center"
id="@+id/text_did_not_receive_otp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/manage_email_verification_didnt_receive_message"
style="@style/2132017925"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</merge>