Floating action buttons are a special case of promoted actions.
I have been trying to change Material's Floating Action Button color, but without success. <android.support.design.widget.FloatingActionButton …
java android android-5.0-lollipop floating-action-buttonI guess you have seen the new Android design guidelines, with the new "Floating Action Button" a.k.a "FAB" …
android android-coordinatorlayout floating-action-buttonThe new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. …
android material-design floating-action-button material-components-android android-iconsRecently, I read these posts: Android Design Support Library Android Support Library, revision 22.2.0 FloatingActionButton But, none of them give me …
android android-support-library floating-action-button android-design-libraryNow that the Android Design Support Library is out, does anyone knows how to implement expanded Fab menu with it, …
android material-design floating-action-button speed-dialI used this library https://github.com/futuresimple/android-floating-action-button. How can I change the image of the main button? I …
android floating-action-buttonI'm trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the …
android material-design android-support-library floating-action-buttonIm using the FloatingActionButton from the android.support.design.widget package: <android.support.design.widget.FloatingActionButton android:layout_width="…
android scroll floating-action-buttonI was studying the Android Material Design using Kotlin and everything was going fine until I tried to use the …
android kotlin android-gradle-plugin android-appcompat floating-action-buttonIs it possible to make the FloatingActionButton in the centre instead of the right side? import 'package:flutter/material.dart'; …
dart flutter floating-action-button center-align