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

22 lines
798 B
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"
id="@+id/root_prepaid_travel"
layout_width="match_parent"
layout_height="match_parent">
<com.google.android.material.tabs.TabLayout
id="@+id/ctl_travel_tab"
layout_width="match_parent"
layout_height="56dp"
style="@style/2132017164"/>
<View
layout_width="match_parent"
layout_height="1dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.common.WrapContentViewPager
id="@+id/vp_travel_content"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x4="true"/>
</LinearLayout>