The new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. So the space between icon and button should be...
I guess you have seen the new Android design guidelines, with the new “Floating Action Button” a.k.a “FAB” For instance this pink button: My question sounds stupid, and I...
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" /> I have tried to add: android:background="@color/mycolor"...