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

65 lines
2.6 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">
<LinearLayout
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_view_title"
visibility="visible"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="8dp"
src="@drawable/ic_account"
scaleType="fitCenter"
layout_alignParentLeft="true"
layout_centerVertical="true"
layout_alignParentStart="true"/>
<TextView
id="@+id/text_view_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/onboarding_select_account_please_select_the_account"
layout_centerVertical="true"
style="@style/2132017875"/>
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/textView10"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/onboarding_select_account_consent"
style="@style/2132017925"/>
</LinearLayout>
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/vp_registration_account"
layout_width="match_parent"
layout_height="152dp"
layout_marginTop="8dp"
layout_marginBottom="3dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/account_select_indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginTop="8dp"
NOT_FOUND_0x11="@drawable/circle_indicator_purple"
NOT_FOUND_0x12="@drawable/circle_indicator"/>
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/onboarding_select_account_next"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>