53 lines
2.4 KiB
XML
53 lines
2.4 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">
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/custom_section_label_co_borrower"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x13="@string/easycash_credit_line_co_borrower_header"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_co_borrower_first_name"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/custom_section_label_co_borrower"
|
|
NOT_FOUND_0xe="@string/easycash_credit_line_co_borrower_name_placeholder"
|
|
NOT_FOUND_0xf="0x5"
|
|
NOT_FOUND_0x10="@string/easycash_credit_line_co_borrower_name_header"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_co_borrower_last_name"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/custom_input_co_borrower_first_name"
|
|
NOT_FOUND_0xe="@string/easycash_credit_line_co_borrower_last_name_placeholder"
|
|
NOT_FOUND_0xf="0x5"
|
|
NOT_FOUND_0x10="@string/easycash_credit_line_co_borrower_last_name_header"/>
|
|
<com.scb.phone.view.custom.easycash.CustomPhone
|
|
id="@+id/custom_input_co_borrower_mobile_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/custom_input_co_borrower_last_name"
|
|
imeOptions="actionDone"
|
|
NOT_FOUND_0x11="@string/easycash_credit_line_co_borrower_mobile_number_placeholder"
|
|
NOT_FOUND_0x12="@integer/2131427404"
|
|
NOT_FOUND_0x14="@string/easycash_credit_line_co_borrower_mobile_number_header"/>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/btn_save"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/easycash_credit_line_dialog_button_save"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</RelativeLayout>
|