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

118 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
gravity="center_horizontal"
id="@+id/disclaimer_top"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/easycash_credit_power_top_header"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017875"/>
<TextView
gravity="center_horizontal"
id="@+id/disclaimer_bottom"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/easycash_credit_power_bottom_header"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017683"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="true"
NOT_FOUND_0x18="@string/easycash_credit_power_monthly_income_header"/>
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/monthly_income_error_layout"
background="#ffffff"
paddingTop="8dp"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x16="false">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/monthly_income_amount"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="true"
NOT_FOUND_0x18="@string/easycash_credit_power_monthly_payment_header"/>
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/monthly_payment_error_layout"
background="#ffffff"
paddingTop="8dp"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x16="false">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/monthly_payment_amount"
nextFocusDown="@+id/monthly_income_amount"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="true"
NOT_FOUND_0x18="@string/easycash_credit_power_select_loan_type_header"/>
<com.scb.phone.view.custom.easycash.CustomCheckBoxLayout
id="@+id/custom_checkbox_power_credit"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/easycash_credit_power_select_is_secured_error"/>
<Button
enabled="false"
id="@+id/calculation_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/easycash_credit_power_calculate_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>