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

57 lines
1.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
layout_gravity="center_horizontal"
id="@+id/iv_counter_icon"
visibility="gone"
layout_width="60dp"
layout_height="60dp"
layout_marginBottom="12dp"/>
<TextView
layout_gravity="center"
id="@+id/tv_loaninfo_amount_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/hml_success_loan_ammount"
textAlignment="center"
style="@style/2132017923"/>
<TextView
layout_gravity="center"
id="@+id/tv_loan_amount"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
textAlignment="center"
style="@style/2132017892"/>
<TextView
layout_gravity="center"
id="@+id/tv_loaninfo_repayment_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/hml_success_repayment_amount_title"
textAlignment="center"
style="@style/2132017923"/>
<TextView
layout_gravity="center"
id="@+id/tv_loan_repayment"
layout_width="wrap_content"
layout_height="wrap_content"
textAlignment="center"
style="@style/2132017879"/>
<FrameLayout
background="#e4e3e5"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.tierpricing.TierPricingSimplePromotionView
id="@+id/tpspv_loaninfo_promo"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>