gpt4 book ai didi

Android:TextInputLayouts 总是有一个错误图标

转载 作者:行者123 更新时间:2023-12-03 13:27:09 36 4
gpt4 key购买 nike

我注意到几天以来,我所有的 TextInputLayouts 始终启用“错误感叹号”。我已经很长时间没有对那些 TextInputLayouts 进行任何更改了,所以我真的不明白发生了什么。

这是它的外观截图:



你知道这个问题的根源是什么吗? TextInputLayouts 最近有什么变化吗?

非常感谢您提前

编辑

以下是相关代码:
.xml 文件非常简单。这是一个 TextInputLayouts 和 EditTexts 的列表,如下所示:

<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/default_margin"
android:layout_marginTop="@dimen/default_margin"
android:layout_marginRight="@dimen/default_margin">

<com.google.android.material.textfield.TextInputEditText
android:id="@+id/txtAddressTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/PROFILE_SCREEN_ADDRESS_INPUT_TITLE"
android:inputType="textPersonName|textCapWords" />

</com.google.android.material.textfield.TextInputLayout>

还有 绝对没有提到 setError() 在我的 Kotlin 代码中。

最佳答案

你可以试试这个。但它会永久删除错误图标。如果你想再次显示它,你必须以编程方式进行。

app:errorIconDrawable="@null"

关于Android:TextInputLayouts 总是有一个错误图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57753292/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com