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

163 lines
5.2 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"
paddingBottom="18dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/txv_card_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/card"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0x11="0"
style="@style/2132017874"/>
<TextView
gravity="end"
id="@+id/txv_card_type"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="18dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="@+id/txv_card_label"
NOT_FOUND_0xf="0"
NOT_FOUND_0x11="0"
style="@style/2132017882"/>
<TextView
gravity="end"
id="@+id/txv_card_number"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xc="1"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/txv_card_type"
style="@style/2132017547"/>
<View
id="@+id/divider"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/txv_card_number"/>
<TextView
id="@+id/txv_additional_credit_amount_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
maxWidth="144dp"
text="@string/additional_credit_amount"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0x10="@+id/divider"
style="@style/2132017874"/>
<TextView
gravity="end"
id="@+id/txv_additional_credit_amount"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="14dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="@+id/txv_additional_credit_amount_label"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/divider"
style="@style/2132017882"/>
<View
id="@+id/divider2"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/txv_additional_credit_amount_label"/>
<TextView
id="@+id/txv_total_credit_amount_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
maxWidth="144dp"
text="@string/total_credit_amount"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0x10="@+id/divider2"
style="@style/2132017874"/>
<TextView
gravity="end"
id="@+id/txv_total_credit_amount"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="14dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="@+id/txv_additional_credit_amount_label"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/divider2"
style="@style/2132017882"/>
<View
id="@+id/divider3"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/txv_total_credit_amount_label"/>
<TextView
id="@+id/txv_effective_date_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
maxWidth="144dp"
text="@string/effective_date"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0x10="@+id/divider3"
style="@style/2132017874"/>
<TextView
gravity="end"
id="@+id/txv_effective_date"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="14dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="@+id/txv_effective_date_label"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/divider3"
style="@style/2132017882"/>
<TextView
id="@+id/txv_end_date_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
maxWidth="144dp"
text="@string/end_date"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0x10="@+id/txv_effective_date_label"
style="@style/2132017874"/>
<TextView
gravity="end"
id="@+id/txv_end_date"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="2dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="@+id/txv_end_date_label"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/txv_effective_date"
style="@style/2132017882"/>
</androidx.constraintlayout.widget.ConstraintLayout>