30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
theme="@style/2132017488"
|
|
id="@+id/ebill_amount_value_input_layout"
|
|
background="#ffffff"
|
|
paddingTop="10dp"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0xe="false"
|
|
NOT_FOUND_0xf="@style/2132017846"
|
|
NOT_FOUND_0x10="false">
|
|
<com.scb.phone.view.custom.common.AmountEditText
|
|
gravity="end"
|
|
id="@+id/ebill_amount_value_edit_text"
|
|
focusable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
style="@style/2132017891"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</LinearLayout>
|