Hi,
I wonder if it is possible to annotate a TextInputLayout which contains a TextInputEditText with @notempty and use startLiveValidation mechanism in the same way than if I have annotated the TextInputEditText inside?
If not, is there any way to override default mechanism to set validation error at TextInputLayout level (the container) instead of annotated ui component (the content) to avoid this icons superposition problem?
Thanks.