293 lines
13 KiB
XML
293 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cs_layout_root"
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomRibbonStatus
|
|
id="@+id/rb_status"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x25="0"/>
|
|
<ImageView
|
|
id="@+id/iv_background"
|
|
background="#7631c1"
|
|
layout_width="match_parent"
|
|
layout_height="250dp"
|
|
scaleType="centerCrop"
|
|
NOT_FOUND_0x24="@+id/rb_status"/>
|
|
<View
|
|
background="@drawable/shape_shadow"
|
|
layout_width="match_parent"
|
|
layout_height="8dp"
|
|
NOT_FOUND_0x24="@+id/iv_background"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
textAlignment="center"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="0"
|
|
NOT_FOUND_0x22="0"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x24="@+id/rb_status"
|
|
style="@style/2132017995"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_subtitle"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
textAlignment="center"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="0"
|
|
NOT_FOUND_0x22="0"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x24="@+id/tv_title"
|
|
style="@style/2132017988"/>
|
|
<androidx.cardview.widget.CardView
|
|
id="@+id/calculatorCard"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="24dp"
|
|
NOT_FOUND_0x24="@+id/tv_subtitle">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp">
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_landing_i_need_label"
|
|
layout_marginStart="14dp"
|
|
layout_marginEnd="14dp"
|
|
style="@style/2132017883"/>
|
|
<com.scb.phone.view.custom.common.CustomDeltaInputPressed
|
|
id="@+id/loan_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_landing_i_can_repay_label"
|
|
layout_marginStart="14dp"
|
|
layout_marginEnd="14dp"
|
|
style="@style/2132017883"/>
|
|
<com.scb.phone.view.custom.common.CustomSchedulePayment
|
|
id="@+id/schedule_payment"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/schedule_payment_day"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1d="@string/hml_landing_make_payment_label"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/start_payment"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1c="@drawable/questions_circular"
|
|
NOT_FOUND_0x1d="@string/hml_landing_start_repayment_label"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/calculatorResult"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1b="false"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_promotions_container"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/btn_apply"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_landing_apply"
|
|
layout_marginStart="14dp"
|
|
layout_marginEnd="14dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
<androidx.cardview.widget.CardView
|
|
id="@+id/cv_product_catalogue"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="24dp"
|
|
NOT_FOUND_0x1a="3dp"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x24="@+id/calculatorCard">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
animateLayoutChanges="true">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cl_productcatalogue_button"
|
|
paddingTop="12dp"
|
|
paddingBottom="12dp"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="24dp"
|
|
paddingEnd="24dp">
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_landing_loandetails_title"
|
|
NOT_FOUND_0x20="@+id/iv_productcatalogue_arrow"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x25="0"
|
|
style="@style/2132017974"/>
|
|
<ImageView
|
|
id="@+id/iv_productcatalogue_arrow"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/arrow_down"
|
|
NOT_FOUND_0x1e="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x25="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_productcatalogue_content"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<FrameLayout
|
|
background="#e4e3e5"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="12dp"
|
|
text="@string/hml_landing_loandetails_subtitle"
|
|
style="@style/2132017879"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="12dp"
|
|
text="@string/hml_landing_loandetails_content"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/tv_product_catalogue_promo"
|
|
background="@drawable/green_promo"
|
|
paddingTop="4dp"
|
|
paddingBottom="4dp"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_landing_promotion_promo"
|
|
paddingStart="8dp"
|
|
paddingEnd="8dp"
|
|
layout_marginStart="12dp"
|
|
style="@style/2132017898"/>
|
|
<TextView
|
|
id="@+id/tv_landing_loandetails_valid_until"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="12dp"
|
|
layout_marginEnd="12dp"
|
|
style="@style/2132017947"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/hml_landing_loandetails_interests"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="12dp"
|
|
text="@string/hml_landing_loandetails_remark"
|
|
style="@style/2132017873"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_steps"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="24dp"
|
|
NOT_FOUND_0x24="@+id/cv_product_catalogue">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_landing_title_flexible_terms"
|
|
style="@style/2132017879"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_landing_content_flexible_terms"
|
|
style="@style/2132017920"/>
|
|
<com.scb.phone.view.custom.common.CustomImageWithText
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0x26="@drawable/loancalbenefit_01"
|
|
NOT_FOUND_0x27="@string/hml_landing_info_item_1"/>
|
|
<com.scb.phone.view.custom.common.CustomImageWithText
|
|
id="@+id/image_text_info_item_2"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0x26="@drawable/loancalbenefit_02"
|
|
NOT_FOUND_0x27="@string/hml_landing_info_item_2"/>
|
|
<com.scb.phone.view.custom.common.CustomImageWithText
|
|
id="@+id/image_text_info_item_2_business_owner"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0x26="@drawable/loancalbenefit_02"
|
|
NOT_FOUND_0x27="@string/hml_landing_info_item_2_business_owner"/>
|
|
<com.scb.phone.view.custom.common.CustomImageWithText
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
NOT_FOUND_0x26="@drawable/loancalbenefit_03"
|
|
NOT_FOUND_0x27="@string/hml_landing_info_item_3"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/btn_product_details"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_landing_view_product_details"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x23="0"
|
|
NOT_FOUND_0x24="@+id/ll_steps"
|
|
style="@style/2132017536"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|