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
我希望有人能帮我解决这个问题。如果有人能给我一个解决方案,我将不胜感激。无论如何,谢谢!