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

47 lines
1.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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/2131559376"/>
<androidx.core.widget.NestedScrollView
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_0x9="@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"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>