59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
id="@+id/input"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
paddingTop="8dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="8dp">
|
|
<ImageView
|
|
id="@+id/edit_text_icon"
|
|
layout_width="20dp"
|
|
layout_height="20dp"
|
|
layout_centerVertical="true"
|
|
drawableTint="@color/2131099849"
|
|
NOT_FOUND_0x1a="@drawable/ic_search_gray"/>
|
|
<com.scb.phone.view.custom.common.CustomNoteEditText
|
|
textColorHint="#959199"
|
|
id="@+id/input_text"
|
|
background="#00000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
maxLength="40"
|
|
layout_below="@+id/title_text"
|
|
inputType="text"
|
|
imeOptions="actionNext"
|
|
paddingEnd="28dp"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/edit_text_icon"
|
|
style="@style/2132017876"/>
|
|
<ImageButton
|
|
id="@+id/edit_clear"
|
|
background="#00000000"
|
|
visibility="invisible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_cross_circle"
|
|
adjustViewBounds="true"
|
|
layout_alignRight="@+id/input_text"
|
|
layout_centerVertical="true"
|
|
layout_alignEnd="@+id/input_text"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/error_text_view"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/input"
|
|
layout_alignLeft="@+id/input"
|
|
layout_alignStart="@+id/input"
|
|
style="@style/2132017856"/>
|
|
</merge>
|