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

116 lines
4.8 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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/layout_bottom">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/easycash_issuer_header"
lineSpacingExtra="4sp"
style="@style/2132017849"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.investment.onboarding.CustomTextViewNavigation
id="@+id/custom_add_issuer"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="1"
NOT_FOUND_0x1b="1"
NOT_FOUND_0x1c="@string/easycash_issuer_input_add_issuer_hint"
NOT_FOUND_0x1d="@string/easycash_issuer_input_add_issuer_title"
layout="@layout/2131559370"/>
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/custom_spinner_loan_type"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x18="@string/easycash_issuer_input_spinner_hint"
NOT_FOUND_0x19="@string/easycash_issuer_input_spinner_title"
layout="@layout/2131559361"/>
</LinearLayout>
<LinearLayout
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/easycash_loan_amount_header"
lineSpacingExtra="4sp"
style="@style/2132017849"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
padding="16dp"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/amount_text_error_input"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1e="true"
NOT_FOUND_0x1f="@style/2132017858"
NOT_FOUND_0x20="false">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/edit_amount"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
orientation="horizontal"
id="@+id/layout_bottom"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true">
<Button
enabled="false"
id="@+id/button_done"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="8dp"
text="@string/done"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>