版權聲明:本文爲xing_star原創文章,轉載請註明出處!java
本文同步自http://javaexception.com/archives/186android
<android.support.design.widget.FloatingActionButton android:id=」@+id/fab_main_circle」 android:layout_width=」wrap_content」 android:layout_height=」wrap_content」 android:src=」@drawable/ic_photo_album_white_48dp」 app:fabSize=」normal」 app:backgroundTint=」@color/colorPrimaryDark」/>
ColorStateList colorStateList = ContextCompat.getColorStateList(getApplicationContext(), R.color.red);
fabDownloadCircle.setBackgroundTintList(colorStateList);
ColorStateList colorStateList = ContextCompat.getColorStateList(getApplicationContext(), R.color.colorPrimaryDark);
fabRandomCircle.setBackgroundTintMode(PorterDuff.Mode.SRC_ATOP);
fabRandomCircle.setBackgroundTintList(colorStateList);
ColorStateList colorStateList = ContextCompat.getColorStateList(getApplicationContext(), R.color.red;
fabRandomCircle.setBackgroundTintMode(PorterDuff.Mode.SRC_ATOP);
fabRandomCircle.setBackgroundTintList(colorStateList);