95 lines
3.6 KiB
XML
95 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
id="@+id/required_document_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/addition_document_input_header"
|
|
lineSpacingExtra="4sp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/content_msg"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/addition_document_input_instructions"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017674"/>
|
|
<fragment
|
|
name="com.scb.phone.view.fragment.easycash.financialinformation.AdditionDocumentTakePhotoFragment"
|
|
id="@+id/fragment_take_photo"
|
|
tag="@string/photo_fragment"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
id="@+id/linear_photo_attached"
|
|
paddingBottom="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<ImageView
|
|
layout_width="15dp"
|
|
layout_height="10dp"
|
|
src="@drawable/success_outlined"
|
|
layout_marginEnd="8dp"/>
|
|
<TextView
|
|
id="@+id/tv_photo_attached"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/addition_document_image_attached"
|
|
style="@style/2132017674"/>
|
|
</LinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view_document"
|
|
background="#ffffff"
|
|
scrollbars="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/layout_bottom"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<Button
|
|
id="@+id/button_done"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"
|
|
text="@string/next"
|
|
layout_weight="1"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|