Top "Floating-action-button" questions

Floating action buttons are a special case of promoted actions.

How to add floating action button on top of scrollview

I have a floating action button that I would like to add on top of a scrollview so that the …

android user-interface android-studio scrollview floating-action-button
Android - Movable/Draggable Floating Action Button (FAB)

I am using a FloatingActionButton in my app. Occasionally, it overlaps essential content, so I would like to make it …

android floating-action-button
Floating action button not displaying over recyclerview(which is inside a DrawerLayout)

I am trying to get FAB over recyclerview which in my case will cover the whole screen. The FAB wont …

android android-recyclerview floating-action-button
Android: Create bigger Floating Action Button with bigger icon

I want to create a bigger Floating Action Button (FAB), more than the usual 56 dp, with a bigger icon inside. (…

android floating-action-button
How to integrate a floating action button into linear layout with toolbar

I have the following list view to which I want to add a floating action button. <?xml version="1.0" encoding="…

android android-layout floating-action-button
Bottom Navigation with fab

I am currently working with BottomNavigationView and FloatingActionButton. What i want to achieve is this below design: And what i …

android android-layout android-coordinatorlayout floating-action-button bottomnavigationview
Android - FAB to hide when navigating between different fragments in a viewpager

I'm trying to do something really simple. I would like the FAB to only appear on one tab in my …

android android-viewpager floating-action-button
How use the real Floating Action Button (FAB) Extended?

To remove any doubts or thoughts about duplicate: on Material Design is defined what is "extended". But most of the …

java android floating-action-button
How to add a TextView above a FloatingActionButton in Android

I want to add a TextView above a FloatingActionButton, I use the FrameLayout as the parent layout of the TextView …

android floating-action-button
How to animate FloatingActionButton of new Design Support Library

I am using a TabLayout with 5 different fragments. On 3 of these fragments a android.support.design.widget.FloatingActionButton should appear. …

android android-animation floating-action-button android-design-library