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

110 lines
4.0 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">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_pn_next_payment_amount_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_pn_next_payment_amount_label"
style="@style/2132017923"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_pn_interest_rate_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_pn_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_pn_next_payment_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_pn_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_pn_next_payment_date_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_pn_next_payment_date_label"
style="@style/2132017923"/>
<Space
layout_width="0dp"
layout_height="match_parent"
layout_weight="1"/>
<TextView
layout_gravity="end"
id="@+id/text_pn_start_date_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/sme_loan_pn_start_date_label"
style="@style/2132017923"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp">
<TextView
id="@+id/text_pn_next_payment_date_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_pn_start_date_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>