gpt4 book ai didi

Android - TextInputLayout 图标错误不丢失

转载 作者:行者123 更新时间:2023-11-29 19:35:21 30 4
gpt4 key购买 nike

我在 textInputLayout 的 Activity 日志中缺少错误图标。不是那个时候发生,但现在只出现错误消息,而不是图标出现。

在我有一个表单的另一个 Activity 中,如果我出现了,但没有正确出现在您的网站上,有些会出现在其他人之上,甚至浮在其他人之上。

有人知道怎么回事吗? :-S

谢谢

一个我输入文本的代码示例:

<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingRight="24dp"
android:layout_weight="1"
android:paddingLeft="24dp">
<EditText
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/prompt_username"
android:maxLines="1"
android:inputType="textPersonName" />
</android.support.design.widget.TextInputLayout>

截图:enter image description here

最佳答案

我不确定这是不是主要原因,但我设法解决了。

显然 version: compile 'com.android.support:design:24.2.0' 有这个问题。谁能证实一下?

我返回编译 'com.android.support:design:24.1.0' 并已修复。

关于Android - TextInputLayout 图标错误不丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39275874/

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