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

42 lines
1.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.ScbEditText
textColorHint="#959199"
ellipsize="end"
id="@+id/edit_input_field"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="40dp"
hint="@string/card_information_atm_hint"
lines="1"
maxLength="6"
inputType="numberPassword"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="32dp"
style="@style/2132017876"/>
<ImageButton
id="@+id/clear_button"
background="?attr/selectableItemBackgroundBorderless"
padding="8dp"
layout_width="40dp"
layout_height="40dp"
src="@drawable/ic_cross_circle"
layout_alignTop="@+id/edit_input_field"
layout_alignBottom="@+id/edit_input_field"
layout_alignParentRight="true"
contentDescription="@null"
layout_alignParentEnd="true"/>
<TextView
id="@+id/text_error_label"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/error_prompt_pay_validation"
layout_below="@+id/edit_input_field"
style="@style/2132017981"/>
</RelativeLayout>