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

58 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#ffffff"
paddingTop="16dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/text_label"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/transfer_prompt_pay_input_text"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.ScbEditText
textColorHint="#959199"
ellipsize="end"
gravity="center_vertical"
id="@+id/edit_input_field"
background="@drawable/shape_gray_rounded_rectangle"
clickable="true"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
hint="@string/transfer_prompt_pay_input_hint"
lines="1"
maxLength="13"
layout_below="@+id/text_label"
inputType="number"
imeOptions="actionNext"
paddingStart="16dp"
paddingEnd="56dp"
style="@style/2132017876"/>
<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"/>
<ImageButton
id="@+id/button_contacts"
background="?attr/selectableItemBackgroundBorderless"
padding="8dp"
layout_width="40dp"
layout_height="40dp"
src="@drawable/icon_contact_book"
layout_alignTop="@+id/edit_input_field"
layout_alignBottom="@+id/edit_input_field"
layout_alignParentRight="true"
contentDescription="@null"
layout_marginEnd="8dp"
layout_alignParentEnd="true"/>
</RelativeLayout>