114 lines
4.6 KiB
XML
114 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_background"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
src="@drawable/reject_placeholder"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x17="4:3"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1b="0"/>
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
id="@+id/ll_reapply_date_time"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x1a="@+id/iv_background">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_outcome_reject_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_con_app_outcome_reject_date_desc"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017844"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_reapply_date_time"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017844"/>
|
|
</LinearLayout>
|
|
<androidx.cardview.widget.CardView
|
|
id="@+id/cv_hml_outcome_rejected_health_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="24dp"
|
|
NOT_FOUND_0x14="3dp"
|
|
NOT_FOUND_0x1a="@+id/ll_reapply_date_time">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_hml_outcome_rejected_background_health"
|
|
layout_width="match_parent"
|
|
layout_height="100dp"
|
|
scaleType="centerCrop"/>
|
|
<TextView
|
|
id="@+id/tv_financial_health_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_outcome_reject_health_title"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017870"/>
|
|
<TextView
|
|
id="@+id/tv_financial_health_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_outcome_reject_health_subtitle"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017923"/>
|
|
<Button
|
|
id="@+id/btn_hml_outcome_rejected_learn_more"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="20dp"
|
|
text="@string/hml_outcome_reject_health_button"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
<androidx.legacy.widget.Space
|
|
id="@+id/sp"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
layout_marginBottom="16dp"
|
|
NOT_FOUND_0x16="@+id/bt_return_home"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/cv_hml_outcome_rejected_health_section"/>
|
|
<TextView
|
|
id="@+id/bt_return_home"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
padding="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/hml_rejected_status_return_to_home"
|
|
NOT_FOUND_0x15="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
style="@style/2132017970"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|