241 lines
9.5 KiB
XML
241 lines
9.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
foreground="@drawable/ripple_rounded_4_purple">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
orientation="vertical"
|
|
id="@+id/cl_loan"
|
|
background="@drawable/bg_white_rounded"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="5dp"
|
|
elevation="2dp">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/loan_name_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2c="0"
|
|
NOT_FOUND_0x2e="0">
|
|
<ImageView
|
|
id="@+id/image_loan_type"
|
|
layout_width="20dp"
|
|
layout_height="12dp"
|
|
layout_marginTop="6dp"
|
|
src="@drawable/ic_mortgage_loan"
|
|
scaleType="centerInside"
|
|
contentDescription="@null"
|
|
layout_marginEnd="8dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/loan_name_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/loan_account_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017923"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/loan_due_date_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/loan_name_layout"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/loan_name_layout"
|
|
style="@style/2132017925"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/loan_payment_amount_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/loan_due_date_text_view"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/loan_due_date_text_view"
|
|
style="@style/2132017890"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cl_pay_completed"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
layout_marginBottom="8dp"
|
|
layout_below="@+id/loan_name_layout"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/loan_name_layout">
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/pay_completed"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2e="0"
|
|
style="@style/2132017939"/>
|
|
<ImageView
|
|
id="@+id/completed_image_view"
|
|
layout_width="36dp"
|
|
layout_height="36dp"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/pay_completed"
|
|
NOT_FOUND_0x2b="@+id/pay_completed"
|
|
NOT_FOUND_0x2e="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cl_loan_restricted"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
layout_below="@+id/loan_name_layout"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/cl_pay_completed">
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
id="@+id/layout_restricted"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2e="0">
|
|
<ImageView
|
|
id="@+id/restricted_image_view"
|
|
layout_width="36dp"
|
|
layout_height="36dp"
|
|
src="@drawable/ic_loan_alert"
|
|
layout_marginEnd="16dp"/>
|
|
<TextView
|
|
id="@+id/loan_restricted"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/account_summary_loan_restricted_title"
|
|
style="@style/2132018001"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/loan_restricted_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
text=""
|
|
layout_below="@+id/layout_restricted"
|
|
layout_marginStart="67dp"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/layout_restricted"
|
|
style="@style/2132017666"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cl_layout_level_up_loan_closed"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="30dp"
|
|
layout_below="@+id/loan_name_layout"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2d="@+id/cl_loan_restricted">
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
id="@+id/ll_level_up_loan_closed"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2e="0">
|
|
<ImageView
|
|
id="@+id/iv_level_up_loan_closed"
|
|
layout_width="32dp"
|
|
layout_height="32dp"
|
|
src="@drawable/ic_loan_alert"
|
|
layout_marginEnd="8dp"/>
|
|
<TextView
|
|
id="@+id/tv_level_up_loan_closed"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/account_summary_loan_restricted_title"
|
|
style="@style/2132018000"/>
|
|
</LinearLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.scb.phone.view.custom.common.CustomHorizontalProgressBar
|
|
id="@+id/loan_progress_bar"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x22="@string/account_summary_loan_total"
|
|
NOT_FOUND_0x23="@dimen/2131165374"
|
|
NOT_FOUND_0x24="@color/2131099733"
|
|
NOT_FOUND_0x25="@drawable/card_yellow_progress_bar"
|
|
NOT_FOUND_0x26="@string/account_summary_loan_payed"
|
|
NOT_FOUND_0x27="@dimen/2131165374"
|
|
NOT_FOUND_0x28="@color/2131100910"
|
|
NOT_FOUND_0x29="0"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2c="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cl_layout_loan_overlay_description"
|
|
background="#cc353239"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="5dp"
|
|
layout_marginBottom="5dp"
|
|
minHeight="@dimen/2131165268"
|
|
alpha="0.9"
|
|
layout_marginStart="10dp"
|
|
layout_marginEnd="10dp"
|
|
elevation="2dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true"
|
|
NOT_FOUND_0x29="0"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2c="0"
|
|
NOT_FOUND_0x2e="0">
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/iv_loan_overlay_description"
|
|
layout_width="40dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="12dp"
|
|
src="@drawable/ic_loan_maintenance"
|
|
adjustViewBounds="true"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/tv_loan_overlay_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
shadowColor="#353239"
|
|
shadowDx="2"
|
|
shadowDy="2"
|
|
shadowRadius="2"
|
|
paddingStart="40dp"
|
|
paddingEnd="40dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017902"/>
|
|
</LinearLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</FrameLayout>
|