Android changing Floating Action Button color

I have been trying to change Material’s Floating Action Button color, but without success. <android.support.design.widget.FloatingActionButton android:id=”@+id/profile_edit_fab” android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:layout_gravity=”end|bottom” android:layout_margin=”16dp” android:clickable=”true” android:src=”https://stackoverflow.com/questions/30969455/@drawable/ic_mode_edit_white_24dp” /> … Read more