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

105 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.ProgressStateBar
orientation="horizontal"
id="@+id/breadcrumbs_ntb"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<ImageView
layout_gravity="center"
id="@+id/ic_resubmission"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="18dp"
layout_marginBottom="18dp"
src="@drawable/ic_resubmission_header"
scaleType="centerCrop"/>
<TextView
gravity="center"
id="@+id/tv_doc_submission_date_remark"
background="#ffffff"
padding="24dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017834"/>
<View
background="#f5f3f6"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="horizontal"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_weight="1">
<TextView
layout_gravity="center"
id="@+id/tv_submission_max_file_size"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/hml_document_submission_max_file_size"
style="@style/2132017920"/>
<TextView
layout_gravity="center"
id="@+id/tv_submission_max_file_size_value"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/hml_document_submission_max_file_size_value"
style="@style/2132017833"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_weight="1">
<TextView
layout_gravity="center"
id="@+id/tv_submission_number_files"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/hml_document_submission_files_uploaded"
style="@style/2132017920"/>
<TextView
layout_gravity="center"
id="@+id/tv_submission_number_files_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017833"/>
</LinearLayout>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rcv_document_list"
layout_width="match_parent"
layout_height="wrap_content"/>
<Space
layout_width="0dp"
layout_height="0dp"
layout_weight="1"/>
<Button
enabled="false"
id="@+id/bt_doc_submission_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/hml_document_submission_button"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>