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

109 lines
4.4 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"
paddingStart="12dp"
paddingEnd="12dp">
<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_select_mf_account"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_mf_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_single_form_select_account_mf_title"
style="@style/2132017875"/>
<TextView
id="@+id/tv_mf_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="10dp"
text="@string/auto_single_form_select_account_mf_description"
style="@style/2132017683"/>
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/nsvp_mf_account"
layout_width="match_parent"
layout_height="152dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/ci_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_select_scbs_account"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_scbs_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_single_form_select_account_scbs_title"
style="@style/2132017875"/>
<TextView
id="@+id/tv_scbs_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="10dp"
text="@string/auto_single_form_select_account_scbs_description"
style="@style/2132017683"/>
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/nsvp_scbs_account"
layout_width="match_parent"
layout_height="120dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/ci_scbs_indicator"
layout_width="match_parent"
layout_height="12dp"
NOT_FOUND_0x11="@drawable/circle_indicator_purple"
NOT_FOUND_0x12="@drawable/circle_indicator"/>
</LinearLayout>
<TextView
id="@+id/tv_single_form_disclaimer"
layout_width="match_parent"
layout_height="match_parent"
text="@string/auto_single_form_select_account_disclaimer"
style="@style/2132017683"/>
<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"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>