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

144 lines
5.5 KiB
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"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/tv_your_request_policy_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_insurance_request_e_policy_review_section"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<androidx.cardview.widget.CardView
id="@+id/cv_product_type"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x10="@dimen/2131165456"
NOT_FOUND_0x11="@dimen/2131165407">
<androidx.constraintlayout.widget.ConstraintLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_product_type_icon"
layout_width="32dp"
layout_height="32dp"
src="@drawable/ic_insurance_pay"
scaleType="fitCenter"
contentDescription="@null"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"/>
<ImageView
id="@+id/iv_partner_icon"
layout_width="32dp"
layout_height="32dp"
src="@drawable/ic_insurance_pay"
scaleType="fitCenter"
contentDescription="@null"
NOT_FOUND_0x12="0"
NOT_FOUND_0x15="0"/>
<TextView
id="@+id/tv_product_type_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/iv_product_type_icon"
style="@style/2132017923"/>
<TextView
id="@+id/tv_product_name"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/tv_product_type_name"
style="@style/2132017881"/>
<TextView
id="@+id/tv_policy_no_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_my_insurance_policy_no"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/tv_product_name"
style="@style/2132017920"/>
<TextView
id="@+id/tv_effective_date_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_my_insurance_effective_date"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="@+id/tv_product_name"
style="@style/2132017920"/>
<TextView
id="@+id/tv_policy_no"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/tv_policy_no_label"
style="@style/2132017851"/>
<TextView
id="@+id/tv_effective_date"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="@+id/tv_effective_date_label"
style="@style/2132017851"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_insurance_request_email_title"
layout_width="0dp"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_review_email"
layout_weight="1"
style="@style/2132017849"/>
<TextView
textColor="#06bf59"
id="@+id/tv_insurance_request_verified_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_review_email_verify"
style="@style/2132017846"/>
</LinearLayout>
<TextView
id="@+id/tv_insurance_request_email"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017851"/>
<TextView
id="@+id/tv_insurance_request_by_tapping_description"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_review_ramark"
style="@style/2132017674"/>
<Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/bt_request_e_policy"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/auto_insurance_request_e_policy_review_send_button"
style="@style/2132017576"/>
</LinearLayout>