gpt4 book ai didi

android - FAB layout_anchor因存在资源而崩溃

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

今天,我正在进行一个登录 Activity ,该 Activity 使用FAB作为登录按钮。密码是正确的。当我布置布局文件时,我使用了以下代码:

android:id="@+id/floatingActionButton3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:clickable="true"
app:elevation="15dp"
app:layout_anchor="@id/EText1"
app:layout_anchorGravity="end"
app:fabSize="normal"
app:srcCompat="@drawable/ic_arrow_forward"

当我键入这些代码时,Android Studio没有报告任何错误。但是当我打算在手机上将其作为调试应用程序运行时,它因以下错误而崩溃:
Error:(16, 28) No resource found that matches the given name (at 'layout_anchor' with value '@id/EText1').

我注意到“渲染错误”中的一个错误:
Couldn't resolve resource @id/visible

我希望有人可以帮助我解决这个问题。如果有人可以给我解决方案,我将不胜感激。不管怎么说,还是要谢谢你!

最佳答案

确保您具有带有“EText1” ID的 View ,并确保EText1在xml文件中的FAB上方。最好放置整个xml文件。

关于android - FAB layout_anchor因存在资源而崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45687516/

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