19 lines
718 B
XML
19 lines
718 B
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/2131559376"/>
|
|
<com.google.android.material.tabs.TabLayout
|
|
id="@+id/find_us_tab_layout"
|
|
layout_width="match_parent"
|
|
layout_height="56dp"
|
|
elevation="2dp"
|
|
style="@style/2132017164"/>
|
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
|
id="@+id/find_us_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</LinearLayout>
|