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

82 lines
3.5 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/bill_payment_tab_nested_scrollview"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<include
layout_width="match_parent"
layout_height="132dp"
layout_centerInParent="true"
layout="@layout/2131559301"/>
<View
id="@+id/top_divider"
style="@style/2132018228"/>
<RelativeLayout
orientation="vertical"
id="@+id/layout_content"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/top_divider">
<LinearLayout
orientation="vertical"
id="@+id/layout_cards"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/account_select_view_pager"
layout_width="match_parent"
layout_height="105dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/account_select_indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginTop="8dp"
NOT_FOUND_0xe="@drawable/circle_indicator_purple"
NOT_FOUND_0xf="@drawable/circle_indicator"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_no_account"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_gravity="center"
id="@+id/no_card_text_view_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/purchase_account_empty_title"
style="@style/2132017871"/>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/no_card_text_view_description"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/purchase_account_empty_description"
style="@style/2132017916"/>
</LinearLayout>
</RelativeLayout>
<View
id="@+id/bottom_divider"
layout_below="@+id/layout_content"
style="@style/2132018228"/>
</RelativeLayout>
<FrameLayout
id="@+id/deposit_input_container"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>