我从GitHub阅读了关于floatbuttonaction的描述,但是图像和背景不起作用...
<com.github.clans.fab.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:src="@drawable/ic_shopping_cart_black_24dp"
app:fab_progress_backgroundColor="@android:color/white"
app:fab_progress_showBackground="true"
>
</com.github.clans.fab.FloatingActionButton>
使用此代码,按钮为橙色且没有图像。