我从sdk导入了设计库和android支持v7 app-compact库。
然后我为Floating action按钮编写了如下代码
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:clickable="true"
android:src="@drawable/ic_done"
app:layout_anchor="@id/viewA"
app:layout_anchorGravity="bottom|right|end"/>
但显示错误,
找不到以下课程:android.support.design.widget.FloatingActionButton
帮助我。