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

146 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/root_view"
background="#f5f3f6"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_success_header"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true"
layout_alignParentStart="true"
layout_alignParentEnd="true">
<ImageView
layout_gravity="center_horizontal"
id="@+id/iv_success_icon"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="25dp"
contentDescription="@null"
NOT_FOUND_0x16="@drawable/ic_gift_background_check"/>
<TextView
gravity="center_horizontal"
id="@+id/tv_success_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_insurance_request_e_policy_success_title"
style="@style/2132017936"/>
<TextView
gravity="center_horizontal"
id="@+id/tv_success_description"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_success_description"
layout_marginStart="31dp"
layout_marginEnd="31dp"
style="@style/2132017677"/>
<View
id="@+id/header_separator"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="17dp"/>
</LinearLayout>
<RelativeLayout
id="@+id/rl_policy"
background="#ffffff"
paddingTop="24dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/ll_success_header"
layout_alignParentStart="true"
layout_alignParentEnd="true">
<TextView
id="@+id/tv_policy_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_success_policy_name"
layout_marginStart="16dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_product_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignBaseline="@+id/tv_policy_label"
layout_marginEnd="16dp"
layout_toEndOf="@+id/tv_policy_label"
layout_alignParentEnd="true"
style="@style/2132017881"/>
<TextView
gravity="end"
id="@+id/tv_policy_no"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/tv_product_name"
layout_marginEnd="16dp"
layout_toEndOf="@+id/tv_policy_label"
layout_alignParentEnd="true"
style="@style/2132017664"/>
<View
id="@+id/policy_separator"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_below="@+id/tv_policy_no"/>
</RelativeLayout>
<RelativeLayout
id="@+id/rl_send_to"
background="#ffffff"
paddingTop="24dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/rl_policy"
layout_alignParentStart="true"
layout_alignParentEnd="true">
<TextView
id="@+id/tv_send_to"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_insurance_request_e_policy_success_sent_to"
layout_marginStart="16dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_email"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignBaseline="@+id/tv_send_to"
layout_marginEnd="24dp"
layout_toEndOf="@+id/tv_send_to"
layout_alignParentEnd="true"
style="@style/2132017881"/>
<View
id="@+id/email_separator"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_below="@+id/tv_email"/>
</RelativeLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout_alignParentStart="true"
layout_alignParentEnd="true">
<TextView
gravity="center_horizontal"
id="@+id/tv_return_to_my_insurance"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp"
text="@string/auto_insurance_request_e_policy_back_button"
layout_marginStart="54dp"
layout_marginEnd="54dp"
style="@style/2132017970"/>
</LinearLayout>
</RelativeLayout>