59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/constraintLayout2"
|
||
|
background="#f5f3f6"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tvTitleAmount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
NOT_FOUND_0x13="@+id/icTransferAmountWallet"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<ImageView
|
||
|
id="@+id/icTransferAmountWallet"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_transfer_amount_wallet"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x11="@+id/constraintLayout"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x16="0"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/constraintLayout"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="@+id/tvTitleAmount">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
textColorHint="#c9c6cd"
|
||
|
gravity="end"
|
||
|
id="@+id/edtAmountValue"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
hint="0.00"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
style="@style/2132017891"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|