TextInputLayout错误溢出字符串计数器

时间:2019-05-31 19:53:59

标签: android overflow android-textinputlayout

我是android应用程序的初学者,我将TextInputLayout和字符串长度计数器放在了表单输入中。

如果发送表单时发生错误,我会在TextInputLayout错误中显示错误,但这会隐藏计数器。 有人知道如何解决错误限制或计数器限制吗?

示例:

!(https://image.noelshack.com/fichiers/2019/22/5/1559332379-sans-titre-convertimage.png

感谢帮助。

1 个答案:

答案 0 :(得分:0)

只需将以下行添加到textInputLayout或您正在使用的任何字段中即可,它将用户限制为该限制。用户输入的内容不能超过该值

android:maxLength="5"