gpt4 book ai didi

Android EditText.setError 无法在无法聚焦的情况下工作

转载 作者:太空宇宙 更新时间:2023-11-03 10:44:14 26 4
gpt4 key购买 nike

如何在无法聚焦的 EditText 中使用 setError 显示文本错误?重要的是用户不要修改此 EditText,它将针对应用程序进行修改。也许我有另一个不同于 focusable=false 的选项?

现在,我有了它:

<EditText
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="true"
android:ems="10"
android:focusable="false"
android:inputType="text"
android:onClick="onClick" />

非常感谢!

最佳答案

最后我认为这是不可能的...因为首先需要阻止文本,使用 focusable=false 或使用 TextView 来完成它,它还会阻止功能 setError。

具有 focusable = false 的 editText 我可以获得正确的可绘制对象(默认的红色感叹号)但没有文本。出于这个原因,我最终添加了带有 Toast 的文本。

虽然不完全是我想要的,但是最相似。

感谢您的帮助!

关于Android EditText.setError 无法在无法聚焦的情况下工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27494662/

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