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

45 lines
1.5 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"
paddingBottom="20dp"
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/easycash_personal_details_email"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/email"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
hint="@string/easycash_personal_details_input_email"
maxLength="100"
layout_below="@+id/title_text"
inputType="textNoSuggestions"
paddingStart="16dp"
paddingEnd="32dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/error_text_view"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/incomplete_information"
layout_below="@+id/email"
layout_alignLeft="@+id/email"
layout_alignRight="@+id/email"
layout_marginStart="16dp"
layout_alignStart="@+id/email"
layout_alignEnd="@+id/email"/>
</merge>