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

132 lines
5.3 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"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/nsv_insurance_portfolio"
visibility="gone"
layout_width="match_parent"
layout_height="0dp"
fillViewport="true"
layout_weight="1">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_insurers_section"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/auto_my_insurance_insurers"
layout_marginStart="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_insurers"
paddingTop="5dp"
layout_width="match_parent"
layout_height="wrap_content"
overScrollMode="never"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
layout_gravity="center"
id="@+id/rv_policy_card"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp"
overScrollMode="never"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x20="true"
NOT_FOUND_0x21="0"/>
<com.rd.PageIndicatorView
layout_gravity="center"
id="@+id/piv_policy_card"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x18="2"
NOT_FOUND_0x19="true"
NOT_FOUND_0x1a="true"
NOT_FOUND_0x1b="@dimen/2131165518"
NOT_FOUND_0x1c="@dimen/2131165721"
NOT_FOUND_0x1d="@color/2131099838"
NOT_FOUND_0x1e="@dimen/2131165719"
NOT_FOUND_0x1f="@color/2131099839"/>
</LinearLayout>
<com.google.android.material.tabs.TabLayout
id="@+id/cus_tab_layout_policy_detail"
layout_width="match_parent"
layout_height="42dp"
layout_marginTop="16dp"
style="@style/2132017164"/>
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
id="@+id/vp_policy_detail"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"/>
<Space
id="@+id/sp_bottom"
layout_width="match_parent"
layout_height="20dp"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_empty_policy"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/iv_icon_empty"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="35dp"
src="@drawable/ic_insurance_portfolio_no_policy"
contentDescription="@null"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="0"/>
<TextView
gravity="center"
id="@+id/tv_insurance_title_empty"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_my_insurance_no_policy_title"
paddingStart="32dp"
paddingEnd="32dp"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/iv_icon_empty"
style="@style/2132017875"/>
<TextView
gravity="center"
id="@+id/tv_insurance_des_empty"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_my_insurance_no_policy_description"
paddingStart="32dp"
paddingEnd="32dp"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/tv_insurance_title_empty"
style="@style/2132017846"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>