Top "Floating-action-button" questions

Floating action buttons are a special case of promoted actions.

FloatingActionButton with Multiple Actions

I'm using FloatingActionsButton (FAB) from the design support library (com.android.support:design:22.2.0). In my application I have two main …

android android-support-library floating-action-button android-support-design
Floating Action Menu Like Inbox app : What is best way to implement

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

android user-interface material-design submenu floating-action-button
Set FAB (Floating Action Button) above keyboard

Already asked here but without a proper answer. I want the FAB to float on top of the keyboard. that's …

android android-softkeyboard floating-action-button
How to change the shape of Floating Action Button (FAB) on android?

In our android app we need to create a floating action button which isn't the default circle but a square …

android android-layout shape floating-action-button
Menu and Autohide FloatingActionButton of Android Design Support Library

I'm using Android Design Support Library and I want a FloatingActionButton that have AutoHide by Scrolling, my Layout is: <…

android material-design android-design-library floating-action-button
Android Floating Action Button Semi Transparent Background Color

I want to use FAB with semi transparent background color. But I am getting a FAB with two different colors. …

android xml android-support-library floating-action-button
Android setBackgroundTintList on pre-lollipop devices

I'm working with FloatingActionButton. The user should be able to switch the FAB background color within a onClick Event. However, …

android floating-action-button setbackground
Floating Action Button with square shape

When I set a color to my fab, it looks like so: My layout xml: <RelativeLayout xmlns:android="http://…

android button action floating floating-action-button
Setting the FloatingActionButton ripple

Im trying to set the FloatingActionButton ripple to something similar to this From Material design. The problem is that I …

android android-animation material-design floating-action-button
Bottomsheet with moving Floating action buttons

I want to use Bottom-sheet from support library and two floating action buttons (FABS) as shows the pictures. The point …

android android-layout floating-action-button bottom-sheet