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

69 lines
2.2 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"
layout_marginStart="16dp"
layout_marginEnd="16dp"
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"
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_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017542"/>
<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"/>
<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>