82 lines
3.0 KiB
XML
82 lines
3.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/sv_root"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true"
|
||
|
layout_alignParentTop="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_header"
|
||
|
background="#f5f3f6"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_moa_header"
|
||
|
layout_alignParentTop="true"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017923"/>
|
||
|
<com.scb.phone.view.custom.common.CustomAcceptDeclineButtons
|
||
|
id="@+id/bt_moabuttons"
|
||
|
paddingTop="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_below="@+id/tv_header"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_account_header"
|
||
|
background="#f5f3f6"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_moa_list_header"
|
||
|
layout_below="@+id/bt_moabuttons"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017923"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_account_disclaimer"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_moa_list_text"
|
||
|
layout_below="@+id/tv_account_header"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017920"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_account_list"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/tv_account_disclaimer"/>
|
||
|
</RelativeLayout>
|
||
|
<FrameLayout
|
||
|
id="@+id/fl_bottom_button"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/bt_moa_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/hml_moa_next_button"
|
||
|
style="@style/2132017576"/>
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|