onEditTextAttached

abstract fun onEditTextAttached(@NonNull textInputLayout: TextInputLayout)

Called when the EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.

Parameters

textInputLayout