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

69 lines
2.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<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"
layout_marginStart="@dimen/2131166464"
layout_marginEnd="@dimen/2131166464"
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"
orientation="vertical"
id="@+id/text_re_send_sms_linear_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="@dimen/2131166466"
layout_marginBottom="16dp"
layout_marginStart="@dimen/2131166464"
layout_marginEnd="@dimen/2131166464">
<TextView
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>
</androidx.core.widget.NestedScrollView>
</merge>