Floating action buttons are a special case of promoted actions.
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-buttonI am using a FloatingActionButton in my app. Occasionally, it overlaps essential content, so I would like to make it …
android floating-action-buttonI am trying to get FAB over recyclerview which in my case will cover the whole screen. The FAB wont …
android android-recyclerview floating-action-buttonI want to create a bigger Floating Action Button (FAB), more than the usual 56 dp, with a bigger icon inside. (…
android floating-action-buttonI 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-buttonI 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 bottomnavigationviewI'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-buttonTo remove any doubts or thoughts about duplicate: on Material Design is defined what is "extended". But most of the …
java android floating-action-buttonI want to add a TextView above a FloatingActionButton, I use the FrameLayout as the parent layout of the TextView …
android floating-action-buttonI 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