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

100 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/title_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="8dp"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_extra_icon"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_question_mark"
layout_alignTop="@+id/title_text"
layout_alignBottom="@+id/title_text"
paddingStart="8dp"
paddingEnd="8dp"
layout_toEndOf="@+id/title_text"/>
<TextView
id="@+id/counter"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_alignBottom="@+id/title_text"
layout_alignParentRight="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
style="@style/2132017844"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/edit_text"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
minHeight="40dp"
maxLength="40"
layout_below="@+id/title_text"
inputType="text"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<ImageButton
id="@+id/edit_clear"
background="#ffffff"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="2dp"
layout_marginBottom="2dp"
src="@drawable/ic_cross_circle"
adjustViewBounds="true"
layout_alignTop="@+id/edit_text"
layout_alignRight="@+id/edit_text"
layout_alignBottom="@+id/edit_text"
layout_centerVertical="true"
layout_marginEnd="8dp"
layout_alignEnd="@+id/edit_text"/>
<ImageButton
id="@+id/ib_edit_pencil"
background="#ffffff"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="10dp"
layout_marginBottom="10dp"
src="@drawable/ic_edit"
scaleType="fitCenter"
adjustViewBounds="true"
layout_alignTop="@+id/edit_text"
layout_alignRight="@+id/edit_text"
layout_alignBottom="@+id/edit_text"
layout_centerVertical="true"
layout_marginEnd="8dp"
layout_alignEnd="@+id/edit_text"/>
<TextView
id="@+id/error_text_view"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_below="@+id/edit_text"
layout_alignLeft="@+id/edit_text"
layout_alignParentRight="true"
layout_marginEnd="16dp"
layout_alignStart="@+id/edit_text"
layout_alignParentEnd="true"
style="@style/2132017856"/>
</merge>