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

91 lines
3.0 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"
id="@+id/layout_merchant_details_view"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textColor="#353239"
ellipsize="end"
id="@+id/merchant_name_label"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="1"
paddingStart="32dp"
layout_marginEnd="32dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/confirmation_image"
NOT_FOUND_0x18="0"
style="@style/2132017871"/>
<ImageView
textColor="#353239"
id="@+id/confirmation_image"
visibility="gone"
layout_width="24dp"
layout_height="24dp"
layout_marginTop="20dp"
layout_marginBottom="16dp"
layout_marginEnd="18dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="0"
style="@style/2132017881"/>
<TextView
textColor="#736e78"
id="@+id/amount_including_interest"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/amount_incl_interest"
layout_marginStart="32dp"
layout_marginEnd="16dp"
NOT_FOUND_0x12="@integer/2131427341"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/amount_including_interest_value"
NOT_FOUND_0x17="@+id/merchant_name_label"
style="@style/2132017871"/>
<TextView
textColor="#736e78"
id="@+id/amount_including_interest_value"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_marginEnd="16dp"
NOT_FOUND_0x10="@+id/amount_including_interest"
NOT_FOUND_0x15="0"
NOT_FOUND_0x18="@+id/amount_including_interest"
style="@style/2132017881"/>
<TextView
textColor="#da2e36"
id="@+id/error_message"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginStart="32dp"
layout_marginEnd="32dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/amount_including_interest"
NOT_FOUND_0x19="@integer/2131427341"
style="@dimen/2131166563"/>
<androidx.constraintlayout.widget.Barrier
id="@+id/barrier2"
layout_width="match_parent"
layout_height="0dp"
NOT_FOUND_0xe="3"
NOT_FOUND_0xf="amount_including_interest, error_message"/>
<View
id="@+id/divider"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="@+id/barrier2"/>
</androidx.constraintlayout.widget.ConstraintLayout>