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

174 lines
7.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_horizontal"
orientation="vertical"
background="#4f2a81"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_slip_header"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_header"
scaleType="fitXY"
adjustViewBounds="true"
contentDescription="@null"/>
<LinearLayout
orientation="horizontal"
id="@+id/content"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"
layout_margin="16dp"
layout_weight="1">
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/layout_slip"
background="@drawable/slip_bg"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<include
id="@+id/success_header"
layout="@layout/2131558858"/>
<com.scb.phone.view.custom.investment.CustomSuccessInformation
layout_gravity="center_horizontal"
id="@+id/success_information"
paddingBottom="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/success_header"
layout="@layout/2131559364"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginBottom="16dp"
NOT_FOUND_0x18="@+id/tv_closing_account_amount"/>
<TextView
id="@+id/tv_closing_account_amount"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/close_account_success_closing_account_amount"
layout_marginStart="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/success_information"
style="@style/2132017925"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
NOT_FOUND_0x1d="@+id/tv_closing_account_amount"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/purchase_container"
visibility="visible"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/tv_closing_account_amount">
<com.scb.phone.view.custom.closeaccount.AccountAmountCustomComponent
id="@+id/closing_account_amount_data"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1e="0"/>
<View
id="@+id/divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/closing_account_amount_data"/>
<com.scb.phone.view.custom.common.MultilineDataComponent
id="@+id/receiving_account_data"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="@+id/divider"
NOT_FOUND_0x1f="@string/close_account_review_receiving_account_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_deposit_details"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="@+id/purchase_container">
<View
id="@+id/divider2"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="8dp"/>
<TextView
id="@+id/tv_deposit_details"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/close_account_success_deposit_details"
layout_marginStart="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/divider2"
style="@style/2132017871"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
layout_width="match_parent"
layout_height="wrap_content"
nestedScrollingEnabled="false"
NOT_FOUND_0x16="androidx.recyclerview.widget.LinearLayoutManager"
NOT_FOUND_0x17="@+id/tv_deposit_details"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"/>
</LinearLayout>
<ImageView
id="@+id/end_slip"
background="#00000000"
layout_width="0dp"
layout_height="wrap_content"
src="@drawable/slip_curly"
scaleType="fitXY"
tint="#4f2a81"
contentDescription="@null"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"/>
<LinearLayout
orientation="vertical"
id="@+id/extra_container"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/end_slip"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_slip_bottom"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_bottom"
scaleType="fitXY"
adjustViewBounds="true"/>
</FrameLayout>
</LinearLayout>
</ScrollView>