56 lines
2.0 KiB
XML
56 lines
2.0 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/view_group_root"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<TextView
|
|
id="@+id/tv_qrcode_horizontal_title_1"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/levelup_repayment_qrcode_specify_amount_header"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x15="0"
|
|
NOT_FOUND_0x16="@+id/toolbar"
|
|
style="@style/2132017849"/>
|
|
<com.scb.phone.view.custom.ScbTextInputLayout
|
|
id="@+id/stil_custom_amount"
|
|
background="#ffffff"
|
|
paddingTop="8dp"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
hint=""
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x12="@style/2132017859"
|
|
NOT_FOUND_0x16="@+id/tv_qrcode_horizontal_title_1"
|
|
style="@style/2132017891">
|
|
<com.scb.phone.view.custom.common.AmountEditText
|
|
textColorHint="#959199"
|
|
gravity="end"
|
|
id="@+id/et_custom_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
style="@style/2132017891"/>
|
|
</com.scb.phone.view.custom.ScbTextInputLayout>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/bt_confirm"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/confirm"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="0"
|
|
style="@style/2132017576"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|