111 lines
4.0 KiB
XML
111 lines
4.0 KiB
XML
|
<?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="wrap_content">
|
||
|
<View
|
||
|
id="@+id/view_separator"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/layout_claimed_amount"
|
||
|
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_claimed_amount_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/sme_loan_claimed_amount_label"
|
||
|
style="@style/2132017923"/>
|
||
|
<Space
|
||
|
layout_width="0dp"
|
||
|
layout_height="match_parent"
|
||
|
layout_weight="1"/>
|
||
|
<TextView
|
||
|
layout_gravity="end"
|
||
|
id="@+id/text_claimed_date_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/sme_loan_claimed_date_label"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp">
|
||
|
<TextView
|
||
|
id="@+id/text_claimed_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_claimed_date_value"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/layout_claimed_interest"
|
||
|
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_claimed_interest_amount_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/sme_loan_interest_amount_label"
|
||
|
style="@style/2132017923"/>
|
||
|
<Space
|
||
|
layout_width="0dp"
|
||
|
layout_height="match_parent"
|
||
|
layout_weight="1"/>
|
||
|
<TextView
|
||
|
layout_gravity="end"
|
||
|
id="@+id/text_claimed_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_claimed_interest_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_claimed_interest_rate_value"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|