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

115 lines
3.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x1c="0"/>
<TextView
id="@+id/account_no_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1c="0"
style="@style/2132017873"/>
<TextView
id="@+id/account_type_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginEnd="16dp"
NOT_FOUND_0x17="@+id/edit_button"
NOT_FOUND_0x1a="@+id/account_no_text"
NOT_FOUND_0x1b="@+id/account_no_text"
style="@style/2132017873"/>
<TextView
id="@+id/account_nickname_text"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x1a="@+id/account_type_text"
NOT_FOUND_0x1b="@+id/account_type_text"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1e="0dp"
NOT_FOUND_0x1f="0dp"
style="@style/2132017971"/>
<Button
id="@+id/edit_button"
background="@drawable/bg_button_transparent"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/account_add_success_edit_button_label"
drawablePadding="12dp"
drawableStart="@drawable/ic_accent_edit"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="@+id/divider"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="1"
NOT_FOUND_0x19="@+id/account_no_text"
NOT_FOUND_0x1c="0"
style="@style/2132017536"/>
<com.scb.phone.view.custom.common.CustomNoteEditText
textColorHint="#959199"
id="@+id/text_input"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="0dp"
layout_height="0dp"
maxLength="20"
inputType="text"
imeOptions="actionNext"
paddingStart="16dp"
paddingEnd="32dp"
layout_marginEnd="10dp"
NOT_FOUND_0x14="@+id/done_button"
NOT_FOUND_0x17="@+id/done_button"
NOT_FOUND_0x1a="@+id/account_nickname_text"
NOT_FOUND_0x1c="@+id/done_button"
style="@style/2132017876"/>
<ImageButton
id="@+id/edit_clear"
background="#00000000"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_cross_circle"
adjustViewBounds="true"
layout_marginEnd="10dp"
NOT_FOUND_0x15="@+id/error_text_view"
NOT_FOUND_0x16="@+id/text_input"
NOT_FOUND_0x1c="@+id/text_input"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/done_button"
background="@drawable/bg_button"
layout_width="64dp"
layout_height="40dp"
layout_marginEnd="16dp"
NOT_FOUND_0x16="0"
NOT_FOUND_0x1b="@+id/account_nickname_text"
NOT_FOUND_0x20="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x21="@string/account_edit_done_label"
NOT_FOUND_0x22="@color/2131100912"/>
<TextView
id="@+id/error_text_view"
visibility="visible"
layout_width="0dp"
layout_height="wrap_content"
text="@string/favorite_invalid_character"
NOT_FOUND_0x16="@+id/text_input"
NOT_FOUND_0x1a="@+id/text_input"
NOT_FOUND_0x1b="@+id/text_input"
style="@style/2132017856"/>
<View
id="@+id/divider"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
NOT_FOUND_0x1b="@+id/error_text_view"/>
</merge>