184 lines
7.0 KiB
XML
184 lines
7.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/ll_available_installments_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_number_of_months"
|
|
style="@style/2132017849"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_tenor"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="48dp"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_selected_installment_details_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_installment_overview"
|
|
style="@style/2132017849"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
padding="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_monthly_interest_rate"
|
|
layout_weight="1"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/tv_monthly_interest_rate"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<View style="@style/2132018229"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
padding="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_total_payment"
|
|
layout_weight="1"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/tv_total_payment"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="24dp">
|
|
<TextView
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_principal"
|
|
layout_weight="1"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_principal_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017852"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="24dp">
|
|
<TextView
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_interest"
|
|
layout_weight="1"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_interest_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017852"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View style="@style/2132018229"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
padding="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_ccsof_input_monthly_payment"
|
|
layout_weight="1"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
layout_gravity="center_vertical"
|
|
id="@+id/tv_monthly_payment_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
layout_gravity="center"
|
|
orientation="horizontal"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_principal_interest_calculation"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|