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

140 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_title_promo_code"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/debit_card_request_promo_code_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x20="0"
NOT_FOUND_0x23="0"
NOT_FOUND_0x25="0"
style="@style/2132017876"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_input_promo_code"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/tv_title_promo_code"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_alignStart="@+id/tv_title_promo_code"
layout_alignParentEnd="true"
NOT_FOUND_0x20="0"
NOT_FOUND_0x23="@+id/tv_title_promo_code"
NOT_FOUND_0x24="@+id/tv_title_promo_code"
style="@style/2132017856">
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#c9c6cd"
id="@+id/et_promo_code"
layout_width="0dp"
layout_height="40dp"
layout_marginTop="2dp"
hint="@string/debit_card_request_enter_promo_code_hint"
maxLength="40"
inputType="text"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="36dp"
layout_marginEnd="8dp"
NOT_FOUND_0x21="@+id/bt_apply_promo_code"
NOT_FOUND_0x23="0"
NOT_FOUND_0x25="0"
style="@style/2132017542"/>
<ImageButton
id="@+id/iv_clear_promo_code_input"
background="?attr/selectableItemBackground"
padding="12dp"
visibility="gone"
layout_width="wrap_content"
layout_height="40dp"
src="@drawable/ic_cross_circle"
scaleType="fitCenter"
adjustViewBounds="true"
layout_alignTop="@+id/et_promo_code"
layout_alignBottom="@+id/et_promo_code"
layout_alignEnd="@+id/et_promo_code"
NOT_FOUND_0x1f="@+id/et_promo_code"
NOT_FOUND_0x22="@+id/et_promo_code"
NOT_FOUND_0x25="@+id/et_promo_code"/>
<Button
id="@+id/bt_apply_promo_code"
layout_width="wrap_content"
layout_height="40dp"
text="@string/debit_card_request_apply_promo_code_button"
layout_alignParentEnd="true"
NOT_FOUND_0x1f="@+id/et_promo_code"
NOT_FOUND_0x20="0"
NOT_FOUND_0x25="@+id/et_promo_code"
style="@style/2132017576"/>
<TextView
textColor="#f05f61"
id="@+id/tv_error_input_promo_code"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/debit_card_request_promo_code_inline_error"
layout_below="@+id/et_promo_code"
layout_alignStart="@+id/et_promo_code"
layout_alignParentEnd="true"
NOT_FOUND_0x20="0"
NOT_FOUND_0x23="@+id/et_promo_code"
NOT_FOUND_0x24="@+id/et_promo_code"
style="@style/2132017658"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_input_promo_code_success"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentEnd="true"
NOT_FOUND_0x20="0"
NOT_FOUND_0x23="@+id/cs_layout_input_promo_code"
NOT_FOUND_0x24="@+id/cs_layout_input_promo_code"
style="@style/2132017856">
<TextView
id="@+id/tv_show_promo_code"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x21="@+id/iv_close_promo_code"
NOT_FOUND_0x23="0"
NOT_FOUND_0x25="0"
style="@style/2132017956"/>
<ImageButton
id="@+id/iv_close_promo_code"
background="#ffffff"
paddingLeft="16dp"
paddingRight="16dp"
paddingBottom="16dp"
layout_width="48dp"
layout_height="32dp"
layout_marginBottom="22dp"
src="@drawable/ic_close"
layout_alignTop="@+id/tv_show_promo_code"
layout_alignBottom="@+id/tv_show_promo_code"
layout_marginEnd="18dp"
layout_alignEnd="@+id/tv_show_promo_code"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="0"
NOT_FOUND_0x25="0"
NOT_FOUND_0x26="@color/2131100876"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
id="@+id/vw_line_divider"
layout_marginTop="16dp"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="0"
NOT_FOUND_0x23="0"
style="@style/2132018228"/>
</androidx.constraintlayout.widget.ConstraintLayout>