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

128 lines
4.7 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">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<include
layout_gravity="center_horizontal"
id="@+id/layout_card"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout="@layout/2131558935"/>
<View
id="@+id/divider1"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_expiry_date"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="20sp"
textColor="#736e78"
id="@+id/txv_card_info"
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/card_information"
style="@style/2132017959"/>
<View
id="@+id/divider2"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/txv_expiry_date"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/expiry_date_card_activation"
layout_marginStart="16dp"
style="@style/2132017876"/>
<LinearLayout
orientation="horizontal"
id="@+id/date_container"
paddingTop="8dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<include
id="@+id/layout_spinner_month"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="8dp"
layout="@layout/2131559350"/>
<include
id="@+id/layout_spinner_year"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
layout_marginStart="8dp"
layout_marginEnd="16dp"
layout="@layout/2131559350"/>
</LinearLayout>
<View
id="@+id/divider3"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
<View
background="#f5f3f6"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<LinearLayout
orientation="vertical"
id="@+id/bottom_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textColor="#736e78"
gravity="center"
id="@+id/tv_activate_detail"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/physical_card_message"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017658"/>
<LinearLayout
gravity="bottom"
orientation="horizontal"
layout_width="match_parent"
layout_height="match_parent">
<com.scb.phone.view.custom.common.DefaultButton
textSize="22sp"
textColor="#ffffff"
id="@+id/btn_activate"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="47dp"
layout_marginBottom="24dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="@string/activate"
style="@style/2132017959"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>