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

112 lines
5.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
id="@+id/root_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/export_statement_successful_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<ImageView
layout_gravity="center"
layout_width="64dp"
layout_height="64dp"
layout_marginTop="26dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/export_statement_successful_header"
style="@style/2132017880"/>
<TextView
textSize="18sp"
textColor="#959199"
gravity="center"
layout_gravity="center"
id="@+id/text_description"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/ccm_e_statement_successful_description"
style="@style/2132017674"/>
<View
layout_marginTop="16dp"
style="@style/2132018230"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/account"
layout_width="match_parent"
layout_height="wrap_content"/>
<View
layout_marginTop="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.transferandpay.CustomNoteItem
id="@+id/cycle"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/export_statement_successful_date_range"/>
<View style="@style/2132018230"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/sent_to"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/export_statement_successful_sent_to"/>
<TextView
textSize="18sp"
id="@+id/tv_remark"
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ccm_e_statement_successful_remark"
style="@style/2132017674"/>
</LinearLayout>
<LinearLayout
gravity="bottom"
orientation="vertical"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<TextView
gravity="center"
layout_gravity="center"
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="5dp"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/return_to_credit_card"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017970"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>