Top "Floating-action-button" questions

Floating action buttons are a special case of promoted actions.

How to remove FloatingActionButton's surrounding shadow?

I'm trying to replace the third party FloatingActionButton with the native one which is packaged in library com.android.support:…

android shadow floating-action-button
Floating Action Button Border Color is not changing

I changed the Floating Action Button backgroundTintList color by using the following code: fab.setBackgroundTintList(ColorStateList.valueOf(mResources.getColor(R.…

android floating-action-button androiddesignsupport
How to animate FloatingActionButton like in Google+ app for Android?

I set FloatingActionButton to bottom of screen and I want to animate the button. Hidden when scrolling down Shown when …

android android-animation material-design android-design-library floating-action-button
How to add floating button on top of the UITableView?

I need to add floating button on top of UITableViewController. The following link is used for adding FloatingButton action on …

swift uitableview floating-action-button ios9.2
Android L FAB Button shadow

In the Material Design guidelines Google presented a new style of button, the FAB Button. I found instructions how to …

android button shadow android-5.0-lollipop floating-action-button
How to change FloatingActionButton between Tabs?

I'm trying to implement FloatingActionButton from Google Design Support Library into two of three tabs, and according to the Material …

android floating-action-button
FAB animation with viewpager/tabslider

I'm trying to find way to achieve such effect https://material-design.storage.googleapis.com/publish/material_v_4/material_ext_publish/0…

android android-viewpager material-design floating-action-button
Floating action button in andoidx library

Hi is there anyone knows how to use the floating action button with andoidx library I think in android x …

android floating-action-button androidx
Android: Floating Button Icon is not centred

I'm trying to create a floating button in my app. The button is there, but the image in the button …

android floating-action-button
hide/show fab with scale animation

I'm using custom floatingactionmenu. I need to implement scale animation on show/hide menu button like here floating action button …

android material-design floating-action-button