EmailTextInputLayout
EmailTextInputLayout is an extension of InputFormTextInputLayout
. It is designed to request the user's email while performing email format validation.
Usage
You can set it up in the layout:
<com.poqstudio.platform.view.account.inputform.email.ui.EmailTextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@={viewModel.email}" app:endIconMode="clear_text" />