代码之家  ›  专栏  ›  技术社区  ›  Zeng Tianyu

具有现有资源的FAB layout\u锚点崩溃

  •  0
  • Zeng Tianyu  · 技术社区  · 7 年前

    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
    

    我希望有人能帮我解决这个问题。如果有人能给我一个解决方案,我将不胜感激。无论如何,谢谢!

    1 回复  |  直到 7 年前
        1
  •  0
  •   Soroosh    7 年前