Floating action buttons are a special case of promoted 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-designNow 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-buttonAlready 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-buttonIn 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-buttonI'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-buttonI 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-buttonI'm working with FloatingActionButton. The user should be able to switch the FAB background color within a onClick Event. However, …
android floating-action-button setbackgroundWhen I set a color to my fab, it looks like so: My layout xml: <RelativeLayout xmlns:android="http://…
android button action floating floating-action-buttonIm 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-buttonI 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