Top "Floating-action-button" questions

Floating action buttons are a special case of promoted actions.

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 …

java android android-5.0-lollipop floating-action-button
How can I add the new "Floating Action Button" between two widgets/layouts

I guess you have seen the new Android design guidelines, with the new "Floating Action Button" a.k.a "FAB" …

android android-coordinatorlayout floating-action-button
Adjust icon size of Floating action button (fab)

The new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. …

android material-design floating-action-button material-components-android android-icons
FloatingActionButton example with Support Library

Recently, I read these posts: Android Design Support Library Android Support Library, revision 22.2.0 FloatingActionButton But, none of them give me …

android android-support-library floating-action-button android-design-library
Android Design Support Library expandable Floating Action Button(FAB) menu

Now that the Android Design Support Library is out, does anyone knows how to implement expanded Fab menu with it, …

android material-design floating-action-button speed-dial
Change image Floating Action Button Android

I used this library https://github.com/futuresimple/android-floating-action-button. How can I change the image of the main button? I …

android floating-action-button
FloatingActionButton with text instead of image

I'm trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the …

android material-design android-support-library floating-action-button
FloatingActionButton hide on list scroll

Im using the FloatingActionButton from the android.support.design.widget package: <android.support.design.widget.FloatingActionButton android:layout_width="…

android scroll floating-action-button
error: failed linking references. -> QueuedJob

I was studying the Android Material Design using Kotlin and everything was going fine until I tried to use the …

android kotlin android-gradle-plugin android-appcompat floating-action-button
Flutter - FloatingActionButton in the center

Is it possible to make the FloatingActionButton in the centre instead of the right side? import 'package:flutter/material.dart'; …

dart flutter floating-action-button center-align