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

110 lines
3.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomAmountRow
id="@+id/amount_row"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@string/close_account_review_amount_details_amount"/>
<com.scb.phone.view.custom.common.CustomAmountRow
id="@+id/interest_row"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="@+id/amount_row"
NOT_FOUND_0x16="@string/close_account_review_amount_details_interest"/>
<com.scb.phone.view.custom.common.CustomAmountRow
id="@+id/tax_row"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="@+id/interest_row"
NOT_FOUND_0x16="@string/close_account_review_amount_details_tax"/>
<com.scb.phone.view.custom.common.CustomAmountRow
id="@+id/closing_fee_row"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="@+id/tax_row"
NOT_FOUND_0x16="@string/close_account_review_amount_details_closing_fee"/>
<com.scb.phone.view.custom.common.CustomAmountRow
id="@+id/fee_row"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="@+id/closing_fee_row"
NOT_FOUND_0x16="@string/close_account_review_amount_details_fee"/>
<View
id="@+id/vw_separator"
background="#eae7ec"
layout_width="0dp"
layout_height="1dp"
layout_marginStart="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="@+id/fee_row"/>
<TextView
id="@+id/tv_net_amount_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/close_account_review_amount_details_total_amount"
textAllCaps="true"
layout_marginStart="16dp"
NOT_FOUND_0xf="@+id/space"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/vw_separator"
style="@style/2132017871"/>
<androidx.legacy.widget.Space
id="@+id/space"
layout_width="16dp"
layout_height="0dp"
NOT_FOUND_0xf="@+id/tv_net_amount"
NOT_FOUND_0x12="@+id/tv_net_amount_title"
NOT_FOUND_0x15="@+id/tv_net_amount_title"/>
<TextView
gravity="end"
id="@+id/tv_net_amount"
layout_width="0dp"
layout_height="wrap_content"
textAlignment="textEnd"
layout_marginEnd="16dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0x12="@+id/space"
NOT_FOUND_0x15="@+id/tv_net_amount_title"
style="@style/2132017881"/>
<TextView
id="@+id/tv_net_amount_button"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/close_account_review_amount_details_button_text"
layout_marginEnd="16dp"
NOT_FOUND_0xd="true"
NOT_FOUND_0xe="0"
NOT_FOUND_0x14="@+id/tv_net_amount"/>
<androidx.legacy.widget.Space
layout_width="match_parent"
layout_height="16dp"
NOT_FOUND_0x14="@+id/tv_net_amount_button"/>
</merge>