131 lines
5.1 KiB
XML
131 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_above="@+id/btn_action_next_layout">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/root_layout"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/current_receiving_statement_channel"
|
|
style="@style/2132017849"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/channel"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/send_to_layout"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp">
|
|
<TextView
|
|
id="@+id/tv_send_to_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
textAllCaps="true"
|
|
style="@style/2132017871"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="18sp"
|
|
textColor="#736e78"
|
|
id="@+id/tv_send_to"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="2dp"
|
|
maxLines="4"
|
|
layout_weight="1"
|
|
style="@style/2132017666"/>
|
|
<ImageView
|
|
id="@+id/iv_email_edit"
|
|
background="?attr/selectableItemBackgroundBorderless"
|
|
visibility="gone"
|
|
layout_width="24dp"
|
|
layout_height="24dp"
|
|
src="@drawable/ic_edit_black_24dp"
|
|
scaleType="fitCenter"
|
|
tint="#7631c1"
|
|
layout_marginEnd="16dp"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
paddingTop="16dp"
|
|
style="@style/2132018230"/>
|
|
<TextView
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/changed_statement_channel_will_be_updated_next_day"
|
|
style="@style/2132017916"/>
|
|
<View
|
|
paddingTop="16dp"
|
|
style="@style/2132018228"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/remark_new_select_layout"
|
|
background="#f5f3f6"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_remark_select_new_channel"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/select_other_ch_to_receive_statement"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/item_channel_select_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/btn_action_next_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
id="@+id/btn_action_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/next_button"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|