118 lines
4.8 KiB
XML
118 lines
4.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165493">
|
||
|
<ImageView
|
||
|
id="@+id/iv_account_icon"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="6dp"
|
||
|
src="@drawable/ic_account_bigger"
|
||
|
scaleType="fitCenter"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_omnibus_select_mf_account"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_omnibus_mf_title"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/single_form_omnibus_select_account_mf_title"
|
||
|
style="@style/2132017875"/>
|
||
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
||
|
id="@+id/nsvp_omnibus_mf_account"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="120dp"/>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/ci_omnibus_mf_indicator"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="12dp"
|
||
|
NOT_FOUND_0x11="@drawable/circle_indicator_purple"
|
||
|
NOT_FOUND_0x12="@drawable/circle_indicator"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_omnibus_select_deposit_account"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_omnibus_deposit_title"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/single_form_omnibus_select_account_deposit_title"
|
||
|
style="@style/2132017875"/>
|
||
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
||
|
id="@+id/nsvp_deposit_account"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="120dp"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_omnibus_deposit_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/single_form_omnibus_select_account_deposit_disclaimer"
|
||
|
style="@style/2132017683"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_add_pay_account_section"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_add_pay_account_disclaimer"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp"
|
||
|
text="@string/add_pay_account_disclaimer"
|
||
|
style="@style/2132017660"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_add_pay_account_link"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/add_pay_account_link"
|
||
|
layout_marginVertical="@dimen/2131165424"
|
||
|
style="@style/2132017971"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="bottom"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_marginTop="10dp"
|
||
|
layout_marginBottom="16dp">
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
id="@+id/bt_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/onboarding_select_account_next"
|
||
|
style="@style/2132017576"/>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
id="@+id/bt_cancel"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/cancel"
|
||
|
style="@style/2132017536"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|