60 lines
2.4 KiB
XML
60 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/nsv_bill_payment"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_source_label"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_from"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/separator_top"
|
|
visibility="gone"
|
|
style="@style/2132018228"/>
|
|
<com.google.android.material.tabs.TabLayout
|
|
id="@+id/tab_layout"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
NOT_FOUND_0xd="@color/2131099817"
|
|
style="@style/2132017164"/>
|
|
<View
|
|
id="@+id/separator_bottom"
|
|
visibility="gone"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
|
id="@+id/vp_container"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|
|
<ImageView
|
|
id="@+id/overlay_coachmark_history_bill_payment_image_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
src="@drawable/coachmark_history_bill_payment"
|
|
scaleType="fitXY"
|
|
contentDescription="@null"
|
|
elevation="9dp"/>
|
|
</RelativeLayout>
|