Floating action buttons are a special case of promoted actions.
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-buttonI changed the Floating Action Button backgroundTintList color by using the following code: fab.setBackgroundTintList(ColorStateList.valueOf(mResources.getColor(R.…
android floating-action-button androiddesignsupportI 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-buttonI 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.2In 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-buttonI'm trying to implement FloatingActionButton from Google Design Support Library into two of three tabs, and according to the Material …
android floating-action-buttonI'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-buttonHi is there anyone knows how to use the floating action button with andoidx library I think in android x …
android floating-action-button androidxI'm trying to create a floating button in my app. The button is there, but the image in the button …
android floating-action-buttonI'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