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

134 lines
5.1 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"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.viewpager.widget.ViewPager
id="@+id/cardViewPager"
clipToPadding="false"
layout_width="match_parent"
layout_height="223dp"
NOT_FOUND_0x18="@+id/indicator"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/indicator"
layout_width="match_parent"
layout_height="12dp"
NOT_FOUND_0x15="@drawable/circle_indicator_purple"
NOT_FOUND_0x16="@drawable/circle_indicator"
NOT_FOUND_0x18="@+id/cardInformationTitle"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/cardViewPager"/>
<TextView
id="@+id/cardInformationTitle"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/prepaid_activation_information"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/indicator"
style="@style/2132017849"/>
<View
id="@+id/prepaid_card_input_background"
background="@drawable/bg_white_with_border"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0x17="@+id/background_alignment_space"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="@+id/separator_view"
NOT_FOUND_0x1f="0"/>
<View
id="@+id/separator_view"
layout_width="0dp"
layout_height="1dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/cardInformationTitle"/>
<TextView
id="@+id/prepaidCardInputTitle"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="4dp"
text="@string/prepaid_activation_card_no"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/separator_view"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/prepaidCardEditText"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="0dp"
layout_height="40dp"
layout_marginBottom="16dp"
hint="@string/prepaid_activation_hint"
maxLength="19"
inputType="number"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/prepaidCardInputTitle"
style="@style/2132017876"/>
<TextView
id="@+id/tvPrepaidCardError"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/prepaid_activation_inline_error"
NOT_FOUND_0x19="@+id/prepaidCardEditText"
NOT_FOUND_0x1c="@+id/prepaidCardEditText"
NOT_FOUND_0x1d="@+id/prepaidCardEditText"
style="@style/2132017856"/>
<androidx.legacy.widget.Space
id="@+id/background_alignment_space"
layout_width="0dp"
layout_height="16dp"
NOT_FOUND_0x1a="@+id/prepaid_card_input_background"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/tvPrepaidCardError"/>
<androidx.legacy.widget.Space
id="@+id/card_input_bottom_space"
layout_width="0dp"
layout_height="0dp"
layout_marginBottom="24dp"
NOT_FOUND_0x18="@+id/activateButton"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/background_alignment_space"/>
<Button
enabled="false"
id="@+id/activateButton"
layout_width="0dp"
layout_height="wrap_content"
layout_marginBottom="16dp"
text="@string/prepaid_activation_activate"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>