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

51 lines
1.9 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"
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"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="top"
id="@+id/tv_source_label"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/from"
layout_marginStart="16dp"
style="@style/2132017923"/>
<View
id="@+id/separator_top"
visibility="gone"
style="@style/2132018228"/>
<com.google.android.material.tabs.TabLayout
id="@+id/tab_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xe="@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="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>