21 lines
751 B
XML
21 lines
751 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"
|
||
|
id="@+id/root_prepaid_normal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<com.google.android.material.tabs.TabLayout
|
||
|
id="@+id/ctl"
|
||
|
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_content"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</LinearLayout>
|