我试图用图书馆com.
android.support:design:22.2.0打包的
the native one替换第三方
FloatingActionButton.默认的外观在图像周围有一个黑暗的阴影,我该如何摆脱它?我知道前一个提供了setShadow()的方法,但是我从后者找不到类似的一个.
这是相关的XML布局:
<android.support.design.widget.FloatingActionButton android:id="@+id/alarm_front" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/btn_icon_alarm_notset" />
而且我将背景颜色设置为黄色.
mAlarmBtn.setBackgroundTintList(ColorStateList.valueOf(getResources().getColor(R.color.floatButtonColor)));