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

165 lines
6.3 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"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center_horizontal"
id="@+id/txv_success_activation"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/successful_activation"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1a="0"
style="@style/2132017938"/>
<TextView
textColor="#959199"
gravity="center_horizontal"
id="@+id/txv_activation_date_time"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/txv_success_activation"
style="@style/2132017658"/>
<include
id="@+id/layout_card"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/txv_activation_date_time"
layout="@layout/2131558935"/>
<View
id="@+id/divider1"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="24dp"
layout_marginStart="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/layout_card"/>
<TextView
gravity="end"
id="@+id/txv_masked_card_no"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="1"
NOT_FOUND_0x16="@+id/txv_card_no_label"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/divider1"
style="@style/2132017881"/>
<TextView
gravity="end"
id="@+id/txv_card_no_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/card_no"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="@+id/txv_masked_card_no"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="@+id/txv_masked_card_no"
NOT_FOUND_0x1a="@+id/txv_masked_card_no"
style="@style/2132017871"/>
<View
id="@+id/divider2"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/txv_card_no_label"/>
<TextView
gravity="end"
id="@+id/txv_card_limit"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="1"
NOT_FOUND_0x16="@+id/txv_card_limit_label"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/divider2"
style="@style/2132017881"/>
<TextView
gravity="end"
id="@+id/txv_card_limit_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/credit_limit"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="@+id/txv_card_limit"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="@+id/txv_card_limit"
NOT_FOUND_0x1a="@+id/txv_card_limit"
style="@style/2132017871"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<TextView
textColor="#736e78"
gravity="center_horizontal"
id="@+id/txv_card_added_msg"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/activate_card_info"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017658"/>
<Button
textSize="22sp"
textColor="#7631c1"
layout_gravity="center_horizontal"
id="@+id/btn_accounts"
background="@android:color/transparent"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="26dp"
layout_marginBottom="24dp"
text="@string/return_to_account_summary"
textAllCaps="false"
style="@style/2132017959"/>
<Button
textColor="#ffffff"
layout_gravity="center_horizontal"
id="@+id/btn_add_account"
visibility="gone"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="26dp"
layout_marginBottom="24dp"
text="@string/account_management_footer_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>