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

179 lines
7.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_debit_credit_card_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/registration_card_detail_scb_card"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomCardInformationInput
id="@+id/card_no_input"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x25="0"/>
<TextView
id="@+id/tv_credit_limit_or_atm"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x24="@+id/card_no_input"
style="@style/2132017876"/>
<EditText
textColorHint="#959199"
ellipsize="end"
id="@+id/et_credit_card_limit"
background="@drawable/shape_transparent_rounded_rectangle"
visibility="gone"
layout_width="match_parent"
layout_height="40dp"
hint="@string/card_information_credit_card_hint"
lines="1"
maxLength="9"
inputType="number"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="32dp"
NOT_FOUND_0x24="@+id/tv_credit_limit_or_atm"
style="@style/2132017876"/>
<ImageButton
id="@+id/ib_credit_card_limit_clear"
background="?attr/selectableItemBackgroundBorderless"
padding="8dp"
visibility="gone"
layout_width="40dp"
layout_height="40dp"
src="@drawable/ic_cross_circle"
contentDescription="@null"
NOT_FOUND_0x1e="@+id/et_credit_card_limit"
NOT_FOUND_0x21="@+id/et_credit_card_limit"
NOT_FOUND_0x25="@+id/et_credit_card_limit"/>
<com.scb.phone.view.custom.common.CustomATMInput
id="@+id/atm_pin"
background="#00000000"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x24="@+id/et_credit_card_limit"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/expiry_date_view"
background="#ffffff"
paddingBottom="16dp"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/tv_credit_expiry_date"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/expiry_date"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x23="0"
NOT_FOUND_0x25="0"
style="@style/2132017876"/>
<TextView
textColorHint="#959199"
gravity="center"
id="@+id/tv_credit_expiry_date_month"
background="@drawable/shape_transparent_rounded_rectangle"
layout_width="wrap_content"
layout_height="40dp"
minWidth="60dp"
hint="@string/registration_card_detail_expiry_date_mm"
lines="1"
maxLength="9"
NOT_FOUND_0x20="@+id/expiry_date_line"
NOT_FOUND_0x23="0"
NOT_FOUND_0x24="@+id/tv_credit_expiry_date"
style="@style/2132017876"/>
<TextView
textSize="32sp"
textColor="#e4e3e5"
gravity="center"
id="@+id/expiry_date_line"
layout_width="wrap_content"
layout_height="40dp"
text="@string/slash_symbol"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1e="@+id/tv_credit_expiry_date_month"
NOT_FOUND_0x22="@+id/tv_credit_expiry_date_month"
NOT_FOUND_0x24="@+id/tv_credit_expiry_date"/>
<TextView
textColorHint="#959199"
gravity="center"
id="@+id/tv_credit_expiry_date_year"
background="@drawable/shape_transparent_rounded_rectangle"
layout_width="wrap_content"
layout_height="40dp"
minWidth="60dp"
hint="@string/registration_card_detail_expiry_date_yy"
lines="1"
maxLength="2"
layout_marginStart="16dp"
NOT_FOUND_0x1e="@+id/tv_credit_expiry_date_month"
NOT_FOUND_0x22="@+id/expiry_date_line"
NOT_FOUND_0x25="@+id/tv_credit_expiry_date_month"
style="@style/2132017876"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<Button
gravity="center"
id="@+id/bt_next"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/card_information_next"
style="@style/2132017576"/>
<LinearLayout
gravity="center_horizontal"
orientation="horizontal"
id="@+id/ll_layout_face_recognition"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="32dp">
<TextView
gravity="center"
layout_gravity="center_vertical"
id="@+id/tv_face_recognition_message"
layout_width="0dp"
layout_height="wrap_content"
text="@string/registration_card_detail_card_register_using_face_recognition"
layout_weight="1"
style="@style/2132017848"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>