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

81 lines
2.6 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="match_parent">
<TextView
id="@+id/title_text"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/note"
textAllCaps="true"
style="@style/2132017876"/>
<TextView
id="@+id/counter"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/note"
layout_alignBottom="@+id/title_text"
layout_alignParentRight="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
style="@style/2132017674"/>
<com.scb.phone.view.custom.common.CustomNoteEditText
textColorHint="#959199"
id="@+id/note"
background="@drawable/shape_gray_rounded_rectangle"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
hint="@string/enter_personal_note"
maxLength="40"
layout_below="@+id/title_text"
inputType="text"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="32dp"
layout_toStartOf="@+id/bt_done"
style="@style/2132017876"/>
<ImageButton
id="@+id/edit_clear"
background="#00000000"
visibility="invisible"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="10dp"
src="@drawable/ic_cross_circle"
adjustViewBounds="true"
layout_alignTop="@+id/note"
layout_alignRight="@+id/note"
layout_marginEnd="8dp"
layout_alignEnd="@+id/note"/>
<Button
id="@+id/bt_done"
layout_width="68dp"
layout_height="40dp"
layout_marginTop="8dp"
text="@string/done"
layout_below="@+id/counter"
layout_alignParentRight="true"
layout_marginStart="4dp"
layout_alignParentEnd="true"
style="@style/2132017576"/>
<TextView
id="@+id/error_text_view"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/favorite_invalid_character"
layout_below="@+id/note"
layout_alignLeft="@+id/note"
layout_alignRight="@+id/note"
layout_alignStart="@+id/note"
layout_alignEnd="@+id/note"
style="@style/2132017856"/>
</merge>