111 lines
4.7 KiB
XML
111 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
id="@+id/rl_container"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_select_method"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/custom_section_select_method"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@string/easycash_credit_line_select_credit_line_header"/>
|
|
<RadioGroup
|
|
id="@+id/rg_credit_line_method"
|
|
background="#ffffff"
|
|
paddingTop="15dp"
|
|
paddingBottom="15dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<RadioButton
|
|
id="@+id/rb_update_proof_of_income"
|
|
layout_marginBottom="4dp"
|
|
text="@string/easycash_credit_line_proof_of_income"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017162"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_update_proof_of_income_description"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="2dp"
|
|
layout_marginBottom="2dp"
|
|
text="@string/easycash_credit_line_proof_of_income_description"
|
|
layout_marginStart="36dp"
|
|
style="@style/2132017919"/>
|
|
<RadioButton
|
|
id="@+id/rb_add_co_borrower"
|
|
layout_marginTop="5dp"
|
|
layout_marginBottom="9dp"
|
|
text="@string/easycash_credit_line_add_co_borrower"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017162"/>
|
|
<RadioButton
|
|
id="@+id/rb_do_not_need_more_credit"
|
|
text="@string/easycash_credit_line_select_none"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017162"/>
|
|
</RadioGroup>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_co_borrower_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/ll_select_method">
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/custom_section_label_co_borrower"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@string/easycash_credit_line_co_borrower_header"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_co_borrower_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/easycash_credit_line_co_borrower_description"
|
|
style="@style/2132017844"/>
|
|
<RelativeLayout
|
|
orientation="vertical"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<Button
|
|
id="@+id/btn_add_co_borrower"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_credit_line_co_borrower_add_button"
|
|
style="@style/2132017536"/>
|
|
<ImageView
|
|
id="@+id/iv_add_icon"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_add_button"
|
|
layout_alignTop="@+id/btn_add_co_borrower"
|
|
layout_alignBottom="@+id/btn_add_co_borrower"
|
|
layout_marginStart="17dp"
|
|
layout_alignStart="@+id/btn_add_co_borrower"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_co_borrower_list"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|