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

128 lines
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="20dp">
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
id="@+id/text_commercial_account_name_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_commercial_account_name_label"
style="@style/2132017923"/>
<TextView
id="@+id/text_commercial_account_name_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017876"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_commercial_installment_amount_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_commercial_installment_amount_label"
style="@style/2132017923"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_commercial_interest_rate_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_interest_rate_label"
style="@style/2132017923"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp">
<TextView
id="@+id/text_commercial_installment_amount_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_commercial_interest_rate_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_commercial_no_of_late_payment_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_commercial_no_of_late_payment_label"
style="@style/2132017923"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_commercial_tenor_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_commercial_tenor_label"
style="@style/2132017923"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp">
<TextView
id="@+id/text_commercial_no_of_late_payment_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_commercial_tenor_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>