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

101 lines
3.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<TextView
textColor="#959199"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="32dp"
layout_marginBottom="8dp"
text="@string/manage_email_email"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<RelativeLayout
id="@+id/layout_email_input"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.ScbEditText
autoLink="none"
id="@+id/et_email"
background="@drawable/shape_gray_rounded_rectangle"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
hint="@string/manage_email_email_hint"
maxLines="10"
inputType="textMultiLine"
paddingEnd="32dp"
style="@style/2132017474"/>
<ImageView
id="@+id/ic_delete_email"
visibility="gone"
layout_width="24dp"
layout_height="24dp"
src="@drawable/ic_close_circle_gray600_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="8dp"/>
</RelativeLayout>
<TextView
id="@+id/tv_email_error"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/manage_email_error_invalid_email"
style="@style/2132017980"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/edit_email_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/edit_email_description"
layout_below="@+id/verify_layout"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<View
layout_width="0dp"
layout_height="0dp"
layout_weight="1"/>
<LinearLayout
orientation="horizontal"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/btn_cancel"
visibility="gone"
layout_width="0dp"
layout_margin="8dp"
text="@string/cancel"
layout_weight="1"
style="@style/2132017536"/>
<Button
id="@+id/btn_save"
layout_width="0dp"
layout_margin="8dp"
text="@string/manage_email_save"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>