Top "Floating-action-button" questions

Floating action buttons are a special case of promoted actions.

how to show/hide FAB on scroll Recycler view with coordinator parent

I have an activity with coordinator layout.inside activity there is a fragment with Recycler view and float button.how …

android android-recyclerview floating-action-button recyclerview-layout
Floating Action Button expansion

According to the new Android Design Guidelines for the Floating Action Button, it should be reasonable to transform the Floating …

android android-animation floating-action-button
How to rotate floating action button without rotating shadow?

I rotate the FAB in such a simple way: fab.startAnimation(AnimationUtils.loadAnimation(this, R.anim.rotate)); rotate.xml: <?…

android rotation android-animation floating-action-button
Floating Action Button Not Going up when Snack bar is Showing in android

I am Using Snack bar and FAB in my application Same Page,Whenever Snackbar is Showing Floating Action button not …

android floating-action-button android-snackbar
How to enable/disable FloatingActionButton Behavior

I am working on app in some fragment i want to hide FloatingActionButtton. When i set android:visibility="gone". Behavior …

android android-coordinatorlayout floating-action-button
Two floating button in the one layout

I am creating a simple app with using material design. And I want getting two floating buttons on the one …

android material-design floating-action-button
FloatingActionButton Shadow Cut by Square

I am using a custom view to create a FloatingActionMenu with FloatingActionButtons. I have modified this class to make it …

android floating-action-button
How to change floating action button color?

fab.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(PrivateDealActivity.this, R.color.colorWhite))); This is not working. How to change background color …

android material-design floating-action-button material-components-android material-components
Floating action button's shadow clipping at view margins

I have a floating action button anchored to the bottom right of a coordinator layout. It is 16dp from the …

android android-layout shadow floating-action-button