69 lines
2.7 KiB
XML
69 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_car_insurance_detail_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_link_fact_sheet"
|
|
background="@drawable/bg_white_rounded"
|
|
paddingBottom="16dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/link_fact_sheet"
|
|
paddingHorizontal="@dimen/2131165495"
|
|
style="@style/2132017968"/>
|
|
<TextView
|
|
id="@+id/tv_term_of_insurance"
|
|
background="@drawable/bg_white_rounded"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017844"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_package_insurance_detail_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/package_insure_detail_label_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xc="@string/car_insurance_detail_label_title"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_announcements"
|
|
background="@drawable/bg_white_rounded"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="4dp">
|
|
<TextView
|
|
id="@+id/tv_announcements"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017844"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_package_insurance_dynamic_section"
|
|
background="@drawable/bg_white_rounded"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<include layout="@layout/2131558932"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</merge>
|