是否可以在 TextInputLayout 中为错误标签保留 space?

Is it possible to preserve space for error label in TextInputLayout?

我的布局中有多个 TextInputLayout,我需要验证字段(如果它们无效则显示错误文本)。

但包含错误的 TextView 是由 TextInputLayout 动态添加的,因此它会更改布局高度,并且底部的所有视图都按添加的 TextView 的高度向下移动。

所以问题是:即使错误未显示,我能否保留 space 作为错误文本?

在您的 textInputLayout 中添加:app:errorEnabled="true"