110 lines
4.1 KiB
XML
110 lines
4.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131559377"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_tab_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<com.google.android.material.tabs.TabLayout
|
||
|
id="@+id/payment_method_tab_layout"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1b="@color/2131099817"
|
||
|
style="@style/2132017164"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
id="@+id/ll_select_payment"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
||
|
id="@+id/deposit_and_credit_view_pager"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
minHeight="120dp"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_payment_no_eligible"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_payment_no_eligible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginLeft="16dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginRight="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017849"/>
|
||
|
</LinearLayout>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_payment_account_generic_error"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_account_error_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/error_point_title"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x18="0"
|
||
|
NOT_FOUND_0x1a="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/error_point_description"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x18="@+id/tv_account_error_title"
|
||
|
NOT_FOUND_0x19="@+id/tv_account_error_title"
|
||
|
style="@style/2132017920"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_reload_account"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x1a="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="bottom"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<Button
|
||
|
enabled="true"
|
||
|
id="@+id/bt_confirm"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginLeft="16dp"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginRight="16dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/confirm"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|