49 lines
2.0 KiB
XML
49 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.easycash.CustomCreditCardPageSelector
|
|
id="@+id/card_selector"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x12="@string/amount_slider_title"/>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
theme="@style/2132017488"
|
|
id="@+id/text_error_input_layout"
|
|
background="#ffffff"
|
|
paddingTop="8dp"
|
|
paddingBottom="16dp"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x11="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>
|
|
<com.scb.phone.view.custom.easycash.CustomDeltaSlider
|
|
id="@+id/amount_slider"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<include layout="@layout/2131558862"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|