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

69 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"
id="@+id/root_view"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="3dp"
text="@string/banking_select_account"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/vp_accounts"
layout_width="match_parent"
layout_height="94dp"/>
<LinearLayout
orientation="vertical"
id="@+id/agent_layout"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<me.relex.circleindicator.CircleIndicator
id="@+id/account_select_indicator"
visibility="gone"
layout_width="match_parent"
layout_height="12dp"
layout_marginTop="8dp"
NOT_FOUND_0xe="@drawable/circle_indicator_purple"
NOT_FOUND_0xf="@drawable/circle_indicator"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/banking_select_agent"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<FrameLayout
id="@+id/fragment_container_banking_agent"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
</LinearLayout>
<Button
enabled="false"
id="@+id/bt_review"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/banking_review_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>